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.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/inventory/host_vars/ele-coturn.yml b/inventory/host_vars/ele-coturn.yml
index 28314433..ebfbe2aa 100644
--- a/inventory/host_vars/ele-coturn.yml
+++ b/inventory/host_vars/ele-coturn.yml
@@ -24,16 +24,18 @@ spreadspace_apt_repo_components:
- container
acme_directory_server: "{{ acme_directory_server_le_live_v2 }}"
+acme_client: acmetool
kubernetes_version: 1.27.3
kubernetes_cri_tools_pkg_version: 1.26.0-00
kubernetes_container_runtime: docker
kubernetes_standalone_max_pods: 100
+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
@@ -43,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
@@ -52,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"