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.
|
- POSTMOOGLE_LOGIN={{ matrix_bot_postmoogle_login }}
- POSTMOOGLE_PASSWORD={{ matrix_bot_postmoogle_password }}
- POSTMOOGLE_HOMESERVER={{ matrix_bot_postmoogle_homeserver }}
- POSTMOOGLE_DOMAIN={{ matrix_bot_postmoogle_domain }}
- POSTMOOGLE_PORT={{ matrix_bot_postmoogle_port }}
- POSTMOOGLE_DB_DSN={{ matrix_bot_postmoogle_database_connection_string }}
- POSTMOOGLE_DB_DIALECT={{ matrix_bot_postmoogle_database_dialect }}
- POSTMOOGLE_PREFIX={{ matrix_bot_postmoogle_prefix }}
- POSTMOOGLE_MAXSIZE={{ matrix_bot_postmoogle_maxsize }}
- POSTMOOGLE_SENTRY={{ matrix_bot_postmoogle_sentry }}
- POSTMOOGLE_LOGLEVEL={{ matrix_bot_postmoogle_loglevel }}
- POSTMOOGLE_NOENCRYPTION={{ matrix_bot_postmoogle_noencryption }}
- POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_admins | join(' ') }}
- POSTMOOGLE_TLS_PORT={{ matrix_bot_postmoogle_tls_port }}
- POSTMOOGLE_TLS_CERT={{ matrix_bot_postmoogle_tls_cert }}
- POSTMOOGLE_TLS_KEY={{ matrix_bot_postmoogle_tls_key }}
- POSTMOOGLE_TLS_REQUIRED={{ matrix_bot_postmoogle_tls_required }}
-
- {{ matrix_bot_postmoogle_environment_variables_extension }}
|