summaryrefslogtreecommitdiff
path: root/inventory/host_vars/glt-coturn.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-03-21 02:26:21 +0100
committerChristian Pointner <equinox@spreadspace.org>2021-03-21 02:26:21 +0100
commit46591f2232e69739da5ab120fe819e2305c53ab0 (patch)
treeee2ab2fcfcbcc5f3a43ad64c3d4d459483f4dfdf /inventory/host_vars/glt-coturn.yml
parentinstall zstd to core/base (diff)
add coturn server for glt
Diffstat (limited to 'inventory/host_vars/glt-coturn.yml')
-rw-r--r--inventory/host_vars/glt-coturn.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/inventory/host_vars/glt-coturn.yml b/inventory/host_vars/glt-coturn.yml
new file mode 100644
index 00000000..5511d75a
--- /dev/null
+++ b/inventory/host_vars/glt-coturn.yml
@@ -0,0 +1,29 @@
+---
+docker_lvm:
+ vg: "{{ host_name }}"
+ lv: docker
+ size: 5G
+ fs: ext4
+
+kubelet_lvm:
+ vg: "{{ host_name }}"
+ lv: kubelet
+ size: 5G
+ fs: ext4
+
+kubernetes_version: 1.20.5
+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
+coturn_realm: linuxtage.at
+coturn_hostnames:
+ - cdn13.linuxtage.at
+
+coturn_auth_secret: "{{ vault_coturn_auth_secret }}"
+coturn_listening_port: 3478
+coturn_tls_listening_port: 443
+coturn_install_nginx_vhost: no