Procházet zdrojové kódy

Matrix Setup mittels Ansible #510

- provide credentials

https://github.com/BiP-org/bip-infrastructure/issues/510
pull/4247/head
Georg Glas před 1 rokem
rodič
revize
6eb09c574b
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 155A74F427A1E404
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  1. +10
    -0
      setup.yml

+ 10
- 0
setup.yml Zobrazit soubor

@@ -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" - name: "Set up a Matrix server"
hosts: "{{ target if target is defined else 'matrix_servers' }}" hosts: "{{ target if target is defined else 'matrix_servers' }}"
become: true become: true


Načítá se…
Zrušit
Uložit