Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

18 lignes
681 B

  1. ---
  2. - name: Fail if required settings not defined
  3. ansible.builtin.fail:
  4. msg: >-
  5. You need to define a required configuration setting (`{{ item }}`).
  6. when: "vars[item] == ''"
  7. with_items:
  8. - "matrix_mautrix_androidsms_appservice_token"
  9. - "matrix_mautrix_androidsms_homeserver_token"
  10. - "matrix_mautrix_imessage_appservice_token"
  11. - "matrix_mautrix_imessage_homeserver_token"
  12. - "matrix_mautrix_wsproxy_homeserver_address"
  13. - "matrix_mautrix_wsproxy_syncproxy_shared_secret"
  14. - "matrix_mautrix_wsproxy_syncproxy_homeserver_url"
  15. - "matrix_mautrix_wsproxy_syncproxy_database_hostname"
  16. - "matrix_mautrix_wsproxy_syncproxy_database_password"