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

  1. ---
  2. synapse_nginx_fqdn: '{{ ansible_hostname }}.{{ domain }}'
  3. synapse_nginx_proxy_location_path: "_matrix"
  4. synapse_nginx_proxy_remote_host: "http://127.0.0.1:8008"
  5. synapse_domain: '{{ domain }}'
  6. ldap_server: 'ldap1.dmz.{{ domain }}'
  7. ldap_domain: '{{ domain }}'
  8. ldap_basedn: 'dc={{ ldap_domain.replace(".", ",dc=") }}'
  9. ldap_tls_enabled: true
  10. ldap_tls_server_ca: '{{ tls_root_ca }}'
  11. ldap_renew_secret: false
  12. synapse_coturn_integration: true
  13. coturn_host: 'turn'
  14. coturn_fqdn: 'turn.{{ domain }}'
  15. coturn_port: '3478'
  16. ...