Explicitly configure STUN/TURN service discovery

It didn't return any services without the explicit config.
This commit is contained in:
2020-05-02 14:30:36 +02:00
parent 4448ec2173
commit 3a37cade0e
2 changed files with 15 additions and 3 deletions

View File

@@ -156,7 +156,6 @@ template "/opt/ejabberd/conf/ejabberd.yml" do
hosts: hosts,
admin_users: admin_users,
stun_auth_realm: "kosmos.org",
turn_ip_address: node['ipaddress'],
turn_min_port: node["kosmos-ejabberd"]["turn_min_port"],
turn_max_port: node["kosmos-ejabberd"]["turn_max_port"]
notifies :run, "execute[ejabberdctl reload_config]", :delayed