summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-coturn.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ele-coturn.yml')
-rw-r--r--inventory/host_vars/ele-coturn.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/inventory/host_vars/ele-coturn.yml b/inventory/host_vars/ele-coturn.yml
index ad865e1c..ebfbe2aa 100644
--- a/inventory/host_vars/ele-coturn.yml
+++ b/inventory/host_vars/ele-coturn.yml
@@ -24,6 +24,7 @@ spreadspace_apt_repo_components:
- container
acme_directory_server: "{{ acme_directory_server_le_live_v2 }}"
+acme_client: acmetool
kubernetes_version: 1.27.3
@@ -34,7 +35,7 @@ kubernetes_standalone_pod_cidr: 192.168.255.0/24
kubernetes_standalone_cni_variant: with-portmap
-coturn_version: 4.5.2-r2
+coturn_version: 4.6.2-r4
coturn_realm: elev8.at
coturn_hostnames:
- stun.elev8.at
@@ -44,6 +45,8 @@ coturn_auth_secret: "{{ vault_coturn_auth_secret }}"
coturn_listening_port: 3478
coturn_tls_listening_port: 443
coturn_install_nginx_vhost: no
+coturn_tls:
+ certificate_provider: "{{ acme_client }}"
mumble_version: v1.4.274-4
@@ -53,6 +56,9 @@ mumble_hostnames:
mumble_superuser_password: "{{ vault_mumble_superuser_password }}"
+mumble_tls:
+ certificate_provider: "{{ acme_client }}"
+
mumble_config_options:
bonjour: false
sslCiphers: "ECDHE+AESGCM:DHE+AESGCM:ECDHE+AES256:DHE+AES256:ECDHE+AES128:DHE+AES128:!RSA:!ADH:!AECDH:!MD5"