Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
1.0 KiB

  1. POSTMOOGLE_LOGIN={{ matrix_bot_postmoogle_login }}
  2. POSTMOOGLE_PASSWORD={{ matrix_bot_postmoogle_password }}
  3. POSTMOOGLE_HOMESERVER={{ matrix_bot_postmoogle_homeserver }}
  4. POSTMOOGLE_DOMAIN={{ matrix_bot_postmoogle_domain }}
  5. POSTMOOGLE_PORT={{ matrix_bot_postmoogle_port }}
  6. POSTMOOGLE_DB_DSN={{ matrix_bot_postmoogle_database_connection_string }}
  7. POSTMOOGLE_DB_DIALECT={{ matrix_bot_postmoogle_database_dialect }}
  8. POSTMOOGLE_PREFIX={{ matrix_bot_postmoogle_prefix }}
  9. POSTMOOGLE_MAXSIZE={{ matrix_bot_postmoogle_maxsize }}
  10. POSTMOOGLE_SENTRY={{ matrix_bot_postmoogle_sentry }}
  11. POSTMOOGLE_LOGLEVEL={{ matrix_bot_postmoogle_loglevel }}
  12. POSTMOOGLE_NOENCRYPTION={{ matrix_bot_postmoogle_noencryption }}
  13. POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_admins | join(' ') }}
  14. POSTMOOGLE_TLS_PORT={{ matrix_bot_postmoogle_tls_port }}
  15. POSTMOOGLE_TLS_CERT={{ matrix_bot_postmoogle_tls_cert }}
  16. POSTMOOGLE_TLS_KEY={{ matrix_bot_postmoogle_tls_key }}
  17. POSTMOOGLE_TLS_REQUIRED={{ matrix_bot_postmoogle_tls_required }}
  18. {{ matrix_bot_postmoogle_environment_variables_extension }}