410a915a8a
This paves the way for installing other roles into `roles/galaxy` using `ansible-galaxy`, similar to how it's done in: - https://github.com/spantaleev/gitea-docker-ansible-deploy - https://github.com/spantaleev/nextcloud-docker-ansible-deploy In the near future, we'll be removing a lot of the shared role code from here and using upstream roles for it. Some of the core `matrix-*` roles have already been extracted out into other reusable roles: - https://github.com/devture/com.devture.ansible.role.postgres - https://github.com/devture/com.devture.ansible.role.systemd_docker_base - https://github.com/devture/com.devture.ansible.role.timesync - https://github.com/devture/com.devture.ansible.role.vars_preserver - https://github.com/devture/com.devture.ansible.role.playbook_runtime_messages - https://github.com/devture/com.devture.ansible.role.playbook_help We just need to migrate to those.
39 lines
1.2 KiB
Django/Jinja
39 lines
1.2 KiB
Django/Jinja
AUTH_TYPE={{ matrix_jitsi_auth_type }}
|
|
BRIDGE_AVG_PARTICIPANT_STRESS
|
|
BRIDGE_STRESS_THRESHOLD
|
|
ENABLE_AUTH={{ 1 if matrix_jitsi_enable_auth else 0 }}
|
|
ENABLE_AUTO_OWNER
|
|
ENABLE_CODEC_VP8
|
|
ENABLE_CODEC_VP9
|
|
ENABLE_CODEC_H264
|
|
ENABLE_OCTO
|
|
ENABLE_RECORDING
|
|
ENABLE_SCTP
|
|
ENABLE_AUTO_LOGIN
|
|
JICOFO_AUTH_USER={{ matrix_jitsi_jicofo_auth_user }}
|
|
JICOFO_AUTH_PASSWORD={{ matrix_jitsi_jicofo_auth_password }}
|
|
JICOFO_ENABLE_BRIDGE_HEALTH_CHECKS
|
|
JICOFO_CONF_INITIAL_PARTICIPANT_WAIT_TIMEOUT
|
|
JICOFO_CONF_SINGLE_PARTICIPANT_TIMEOUT
|
|
JICOFO_ENABLE_HEALTH_CHECKS
|
|
JICOFO_SHORT_ID
|
|
JICOFO_RESERVATION_ENABLED
|
|
JICOFO_RESERVATION_REST_BASE_URL
|
|
JIBRI_BREWERY_MUC={{ matrix_jitsi_jibri_brewery_muc }}
|
|
JIBRI_REQUEST_RETRIES
|
|
JIBRI_PENDING_TIMEOUT={{ matrix_jitsi_jibri_pending_timeout }}
|
|
JIGASI_BREWERY_MUC
|
|
JIGASI_SIP_URI
|
|
JVB_BREWERY_MUC={{ matrix_jitsi_jvb_brewery_muc }}
|
|
MAX_BRIDGE_PARTICIPANTS
|
|
OCTO_BRIDGE_SELECTION_STRATEGY
|
|
SENTRY_DSN="${JICOFO_SENTRY_DSN:-0}"
|
|
SENTRY_ENVIRONMENT
|
|
SENTRY_RELEASE
|
|
TZ={{ matrix_jitsi_timezone }}
|
|
XMPP_DOMAIN={{ matrix_jitsi_xmpp_domain }}
|
|
XMPP_AUTH_DOMAIN={{ matrix_jitsi_xmpp_auth_domain }}
|
|
XMPP_INTERNAL_MUC_DOMAIN={{ matrix_jitsi_xmpp_internal_muc_domain }}
|
|
XMPP_MUC_DOMAIN={{ matrix_jitsi_xmpp_muc_domain }}
|
|
XMPP_SERVER={{ matrix_jitsi_xmpp_server }}
|