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