Skip to content

Commit 6eb09c5

Browse files
committed
Matrix Setup mittels Ansible spantaleev#510
- provide credentials BiP-org/bip-infrastructure#510
1 parent 6bf52bd commit 6eb09c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
---
2+
- name: include Lastpass-CLI.yml
3+
import_playbook: ../ansible/Lastpass-CLI.yml
4+
when:
5+
- __import_playbooks_played is not defined or (__import_playbooks_played is defined and 'Lastpass-CLI.yml' is not in __import_playbooks_played)
6+
tags:
7+
- setup-all
8+
- install-all
9+
- setup-docker
10+
- install-docker
11+
212
- name: "Set up a Matrix server"
313
hosts: "{{ target if target is defined else 'matrix_servers' }}"
414
become: true

0 commit comments

Comments
 (0)