From 5d5638efd7799beaaa01c1d6a4128e7eaecf1595 Mon Sep 17 00:00:00 2001 From: Zolfa Date: Thu, 24 Dec 2020 17:21:05 +0100 Subject: [PATCH] playbooks/matrix-synapse: add custom configuration values --- host_matrix.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/host_matrix.yaml b/host_matrix.yaml index 1c8a10c..5ef37f4 100644 --- a/host_matrix.yaml +++ b/host_matrix.yaml @@ -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'