summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-coturn.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-07-10 20:16:33 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-07-10 20:16:33 +0200
commitad4f18e6b57bf7227f00b8e75656be53d80a111a (patch)
tree4960a07f4f9f31b90955fb87d8b3b6ecf5fa8007 /inventory/host_vars/ele-coturn.yml
parentfixup! move acmtool roles to use FQCN (diff)
install coturn on ele-coturn (using old images)
Diffstat (limited to 'inventory/host_vars/ele-coturn.yml')
-rw-r--r--inventory/host_vars/ele-coturn.yml22
1 files changed, 13 insertions, 9 deletions
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