From 6eb09c574bbea93e5060f93caed5bb6db538df1b Mon Sep 17 00:00:00 2001 From: Georg Glas Date: Mon, 15 Jul 2024 17:10:26 +0200 Subject: [PATCH] Matrix Setup mittels Ansible #510 - provide credentials https://github.com/BiP-org/bip-infrastructure/issues/510 --- setup.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup.yml b/setup.yml index d55c102f4..223f4c9fe 100644 --- a/setup.yml +++ b/setup.yml @@ -1,4 +1,14 @@ --- +- name: include Lastpass-CLI.yml + import_playbook: ../ansible/Lastpass-CLI.yml + when: + - __import_playbooks_played is not defined or (__import_playbooks_played is defined and 'Lastpass-CLI.yml' is not in __import_playbooks_played) + tags: + - setup-all + - install-all + - setup-docker + - install-docker + - name: "Set up a Matrix server" hosts: "{{ target if target is defined else 'matrix_servers' }}" become: true