|
---
|
|
synapse_nginx_fqdn: '{{ ansible_hostname }}.{{ domain }}'
|
|
synapse_nginx_proxy_location_path: "_matrix"
|
|
synapse_nginx_proxy_remote_host: "http://127.0.0.1:8008"
|
|
synapse_domain: '{{ domain }}'
|
|
ldap_server: 'ldap1.dmz.{{ domain }}'
|
|
ldap_domain: '{{ domain }}'
|
|
ldap_basedn: 'dc={{ ldap_domain.replace(".", ",dc=") }}'
|
|
ldap_tls_enabled: true
|
|
ldap_tls_server_ca: '{{ tls_root_ca }}'
|
|
ldap_renew_secret: false
|
|
synapse_coturn_integration: true
|
|
coturn_host: 'turn'
|
|
coturn_fqdn: 'turn.{{ domain }}'
|
|
coturn_port: '3478'
|
|
...
|