summaryrefslogtreecommitdiff
path: root/inventory/host_vars/s2-thetys.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-09-12 00:08:14 +0200
committerChristian Pointner <equinox@spreadspace.org>2019-09-12 00:08:33 +0200
commit1df0a0fe2b1288de3f7e599bac86f864dca22543 (patch)
tree3d71d5f26642f79bfe7d2c248834718fbeeccfba /inventory/host_vars/s2-thetys.yml
parentfix zfs role (diff)
refactored spreadspace hostnames
Diffstat (limited to 'inventory/host_vars/s2-thetys.yml')
-rw-r--r--inventory/host_vars/s2-thetys.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/inventory/host_vars/s2-thetys.yml b/inventory/host_vars/s2-thetys.yml
new file mode 100644
index 00000000..8105a76b
--- /dev/null
+++ b/inventory/host_vars/s2-thetys.yml
@@ -0,0 +1,10 @@
+---
+base_packages_extra_host:
+- exfat-fuse
+- exfat-utils
+- vlan
+
+admin_user_host:
+- "{{ equinox_user }}"
+
+ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}"