瀏覽代碼

Matrix Setup mittels Ansible #510

- provide credentials

https://github.com/BiP-org/bip-infrastructure/issues/510
pull/4247/head
Georg Glas 1 年之前
父節點
當前提交
6eb09c574b
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 155A74F427A1E404
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. +10
    -0
      setup.yml

+ 10
- 0
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


Loading…
取消
儲存