From 23f2f39c58ae2092ff192294b62a4c9119c45f89 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 11 Mar 2023 18:35:20 +0100 Subject: apps/mumble: switch to new official mumble container images --- inventory/host_vars/ele-coturn.yml | 3 ++- inventory/host_vars/ele-jitsi.yml | 3 ++- inventory/host_vars/glt-coturn.yml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/ele-coturn.yml b/inventory/host_vars/ele-coturn.yml index c51b5e54..0c91ad49 100644 --- a/inventory/host_vars/ele-coturn.yml +++ b/inventory/host_vars/ele-coturn.yml @@ -45,7 +45,7 @@ coturn_tls_listening_port: 443 coturn_install_nginx_vhost: no -mumble_version: 1.3.4 +mumble_version: v1.4.274-4 mumble_instance: elev8.at mumble_hostnames: - mumble.elev8.at @@ -54,5 +54,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: "Welcome to the Mumble Server of the Elevate Festival
Intercom for Staff of Elevate 2021" rememberchannel: true diff --git a/inventory/host_vars/ele-jitsi.yml b/inventory/host_vars/ele-jitsi.yml index 2a049bf9..c48cfddb 100644 --- a/inventory/host_vars/ele-jitsi.yml +++ b/inventory/host_vars/ele-jitsi.yml @@ -76,7 +76,7 @@ jitsi_meet_streamui: default_control_room: lashuu8O -mumble_version: 1.3.4 +mumble_version: v1.4.274-4 mumble_instance: elev8.at mumble_hostnames: - mumble.elev8.at @@ -85,6 +85,7 @@ 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: "Welcome to the Elevate Festival Mumble Server
Intercom Staff of the Elevate Mediachannel" rememberchannel: true 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
Intercom für Helfer und Orga während der GLT21" rememberchannel: true -- cgit v1.2.3