diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-03-11 18:35:20 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-03-11 18:35:20 +0100 |
commit | 23f2f39c58ae2092ff192294b62a4c9119c45f89 (patch) | |
tree | 0b6990d8509b912a42800c56fcbf60b745a5ed78 /inventory/host_vars/glt-coturn.yml | |
parent | workstations: some minet tweaks and remove unattended-upgrades (diff) |
apps/mumble: switch to new official mumble container images
Diffstat (limited to 'inventory/host_vars/glt-coturn.yml')
-rw-r--r-- | inventory/host_vars/glt-coturn.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inventory/host_vars/glt-coturn.yml b/inventory/host_vars/glt-coturn.yml index 108ecca7..898f36ff 100644 --- a/inventory/host_vars/glt-coturn.yml +++ b/inventory/host_vars/glt-coturn.yml @@ -35,7 +35,7 @@ coturn_tls_listening_port: 443 coturn_install_nginx_vhost: no -mumble_version: 1.3.4 +mumble_version: v1.4.274-4 mumble_instance: linuxtage.at mumble_hostnames: - mumble.linuxtage.at @@ -44,5 +44,6 @@ mumble_superuser_password: "{{ vault_mumble_superuser_password }}" mumble_config_options: bonjour: false + sslCiphers: "ECDHE+AESGCM:DHE+AESGCM:ECDHE+AES256:DHE+AES256:ECDHE+AES128:DHE+AES128:!RSA:!ADH:!AECDH:!MD5" welcometext: "Willkommen im Mumble der Grazer Linuxtage <br>Intercom für Helfer und Orga während der GLT21" rememberchannel: true |