Browse Source

playbooks/matrix-synapse: add custom configuration values

python3
Zolfa 3 years ago
parent
commit
5d5638efd7
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      host_matrix.yaml

+ 5
- 2
host_matrix.yaml View File

@ -15,9 +15,12 @@
reverse_proxy_site_fqdn:
- 'matrix.{{ domain }}'
- 'riot.sestograd.org'
#- role: 'coturn'
#- role: 'matrix-synapse'
- role: 'matrix-synapse'
coturn_host: 'turn'
coturn_port: '88'
coturn_fqdn: '{{ domain }}'
- role: 'riot-web'
riot_web_nginx_fqdn: "riot.sestograd.org"
- role: 'monitoring-agent'
- hosts: 'monitoring_hosts'


Loading…
Cancel
Save