Initial implementation

This commit is contained in:
Cody Neiman
2021-02-12 23:13:30 -05:00
parent 70a9a28ca3
commit 5a70a56ff0
10 changed files with 480 additions and 0 deletions

View File

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