summaryrefslogtreecommitdiff
path: root/inventory/group_vars
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/group_vars
parentinstall zstd to core/base (diff)
add coturn server for glt
Diffstat (limited to 'inventory/group_vars')
-rw-r--r--inventory/group_vars/glt-live/vars.yml16
1 files changed, 16 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 }}"