diff options
author | Christian Pointner <equinox@spreadspace.org> | 2021-07-10 20:16:33 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2021-07-10 20:16:33 +0200 |
commit | ad4f18e6b57bf7227f00b8e75656be53d80a111a (patch) | |
tree | 4960a07f4f9f31b90955fb87d8b3b6ecf5fa8007 /inventory | |
parent | fixup! move acmtool roles to use FQCN (diff) |
install coturn on ele-coturn (using old images)
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/host_vars/ele-coturn.yml | 22 |
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 |