3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-15 12:25:18 +00:00

Initial maubot commit

This commit is contained in:
Julian-Samuel Gebühr
2022-06-23 20:24:52 +02:00
parent f57aed8e01
commit d24cb7db6f
10 changed files with 371 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Fail if required settings not defined
fail:
msg: >-
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
with_items:
- matrix_maubot_secret
- matrix_maubot_admin_user
- matrix_maubot_admin_password