summaryrefslogtreecommitdiff
path: root/inventory
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
parentinstall zstd to core/base (diff)
add coturn server for glt
Diffstat (limited to 'inventory')
-rw-r--r--inventory/group_vars/glt-live/vars.yml16
-rw-r--r--inventory/host_vars/glt-coturn.yml29
-rw-r--r--inventory/hosts.ini10
3 files changed, 55 insertions, 0 deletions
diff --git a/inventory/group_vars/glt-live/vars.yml b/inventory/group_vars/glt-live/vars.yml
new file mode 100644
index 00000000..42f824c8
--- /dev/null
+++ b/inventory/group_vars/glt-live/vars.yml
@@ -0,0 +1,16 @@
+---
+zsh_banner: spreadspace
+
+acmetool_account_email: equinox@spreadspace.org
+acmetool_directory_server: "{{ acmetool_directory_server_le_live_v2 }}"
+
+install:
+ cloud:
+ credentials:
+ token: "{{ vault_hcloud_api_token }}"
+
+network: {}
+
+apt_repo_blackmagic_auth:
+ username: "spreadspace"
+ password: "{{ vault_apt_repo_blackmagic_auth.password }}"
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
diff --git a/inventory/hosts.ini b/inventory/hosts.ini
index 1e052e8f..06c4fc47 100644
--- a/inventory/hosts.ini
+++ b/inventory/hosts.ini
@@ -132,6 +132,14 @@ lw-live-02 host_name=cdn-02
lw-live-03 host_name=cdn-03
+[glt-live:vars]
+host_domain=linuxtage.at
+env_group=spreadspace
+
+[glt-live]
+glt-coturn host_name=cdn13
+
+
###############################
# environment: dan
@@ -351,6 +359,7 @@ sk-tomnext
[hcloud]
ch-mimas2
ele-lt
+glt-coturn
[hcloud:children]
emc-dist
@@ -408,6 +417,7 @@ lw-thetys
s2-thetys
sk-tomnext-nc
ch-thetys
+glt-coturn
[kubernetes:children]
kubernetes-cluster