blob: 0c91ad49c99feed5c42f113ab44d046990458914 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
---
install:
cloud:
credentials:
token: "{{ vault_hcloud_api_token }}"
docker_storage:
type: lvm
vg: "{{ host_name }}"
lv: docker
size: 5G
fs: ext4
kubelet_storage:
type: lvm
vg: "{{ host_name }}"
lv: kubelet
size: 5G
fs: ext4
spreadspace_apt_repo_components:
- container
acme_directory_server: "{{ acme_directory_server_le_live_v2 }}"
kubernetes_version: 1.22.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-r2
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
mumble_version: v1.4.274-4
mumble_instance: elev8.at
mumble_hostnames:
- mumble.elev8.at
mumble_superuser_password: "{{ vault_mumble_superuser_password }}"
mumble_config_options:
bonjour: false
sslCiphers: "ECDHE+AESGCM:DHE+AESGCM:ECDHE+AES256:DHE+AES256:ECDHE+AES128:DHE+AES128:!RSA:!ADH:!AECDH:!MD5"
welcometext: "Welcome to the Mumble Server of the Elevate Festival<br>Intercom for Staff of Elevate 2021"
rememberchannel: true
|