summaryrefslogtreecommitdiff
path: root/inventory/group_vars
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/group_vars')
-rw-r--r--inventory/group_vars/chaos-at-home/main.yml4
-rw-r--r--inventory/group_vars/hcloud/main.yml4
-rw-r--r--inventory/group_vars/hroot/main.yml4
3 files changed, 10 insertions, 2 deletions
diff --git a/inventory/group_vars/chaos-at-home/main.yml b/inventory/group_vars/chaos-at-home/main.yml
index 8b9ff936..1d44eb7d 100644
--- a/inventory/group_vars/chaos-at-home/main.yml
+++ b/inventory/group_vars/chaos-at-home/main.yml
@@ -1,7 +1,7 @@
---
zsh_banner: chaos-at-home
-admin_user_host:
+admin_user_group:
- "{{ equinox_user }}"
-ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}"
+ssh_allowusers_host: "{{ admin_user_group | map(attribute='name') | list }}"
diff --git a/inventory/group_vars/hcloud/main.yml b/inventory/group_vars/hcloud/main.yml
new file mode 100644
index 00000000..83219510
--- /dev/null
+++ b/inventory/group_vars/hcloud/main.yml
@@ -0,0 +1,4 @@
+---
+cloud_provider: hcloud
+
+hcloud_api_token: "{{ vault_hcloud_api_token }}"
diff --git a/inventory/group_vars/hroot/main.yml b/inventory/group_vars/hroot/main.yml
new file mode 100644
index 00000000..828a3720
--- /dev/null
+++ b/inventory/group_vars/hroot/main.yml
@@ -0,0 +1,4 @@
+---
+cloud_provider: hroot
+
+hroot_robot_account: "{{ vault_hroot_robot_account }}"