From ad4f18e6b57bf7227f00b8e75656be53d80a111a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 10 Jul 2021 20:16:33 +0200 Subject: install coturn on ele-coturn (using old images) --- inventory/host_vars/ele-coturn.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'inventory/host_vars/ele-coturn.yml') diff --git a/inventory/host_vars/ele-coturn.yml b/inventory/host_vars/ele-coturn.yml index 51a0793a..fd787c6b 100644 --- a/inventory/host_vars/ele-coturn.yml +++ b/inventory/host_vars/ele-coturn.yml @@ -20,6 +20,10 @@ kubelet_storage: size: 5G fs: ext4 + +acmetool_directory_server: "{{ acmetool_directory_server_le_live_v2 }}" + + kubernetes_version: 1.21.2 kubernetes_container_runtime: docker kubernetes_standalone_max_pods: 100 @@ -27,13 +31,13 @@ kubernetes_standalone_pod_cidr: 192.168.255.0/24 kubernetes_standalone_cni_variant: with-portmap -# coturn_version: 4.5.2 -# coturn_realm: elev8.at -# coturn_hostnames: -# - stun.elev8.at -# - turn.elev8.at +coturn_version: 4.5.2 +coturn_realm: elev8.at +coturn_hostnames: + - stun.elev8.at + - turn.elev8.at -# coturn_auth_secret: "{{ vault_coturn_auth_secret }}" -# coturn_listening_port: 3478 -# coturn_tls_listening_port: 443 -# coturn_install_nginx_vhost: no +coturn_auth_secret: "{{ vault_coturn_auth_secret }}" +coturn_listening_port: 3478 +coturn_tls_listening_port: 443 +coturn_install_nginx_vhost: no -- cgit v1.2.3