summaryrefslogtreecommitdiff
path: root/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-02-24 06:01:02 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-02-24 06:01:02 +0100
commit3d6f3658919a8aef8abf7841c7ad40ff8e862040 (patch)
tree13dc0415c2e603e893e9e2eeaa148f281accbfea /host_vars
parentfix apt-https dep for blackmagic video repo (diff)
added calypso and telesto
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/calypso.yaml10
-rw-r--r--host_vars/telesto.yaml10
2 files changed, 20 insertions, 0 deletions
diff --git a/host_vars/calypso.yaml b/host_vars/calypso.yaml
new file mode 100644
index 00000000..ff853586
--- /dev/null
+++ b/host_vars/calypso.yaml
@@ -0,0 +1,10 @@
+---
+base_packages_extra_host:
+- exfat-fuse
+- exfat-utils
+- vlan
+
+admin_user_host:
+- "{{ equinox_user }}"
+
+sshserver_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}"
diff --git a/host_vars/telesto.yaml b/host_vars/telesto.yaml
new file mode 100644
index 00000000..ff853586
--- /dev/null
+++ b/host_vars/telesto.yaml
@@ -0,0 +1,10 @@
+---
+base_packages_extra_host:
+- exfat-fuse
+- exfat-utils
+- vlan
+
+admin_user_host:
+- "{{ equinox_user }}"
+
+sshserver_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}"