Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

18 行
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"