Playbooks to a new Lilik
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.
 
 
 
 

16 lines
516 B

---
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'
...