summaryrefslogtreecommitdiff
path: root/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-02-24 23:41:46 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-02-24 23:41:46 +0100
commitcdff17fc57f6b2e5e4e0dd98e05e7a871d62c8dd (patch)
treef8ab02a367ffb0feb05c2db3ff381ed4097549c7 /host_vars
parentadd apt repo to calypso (diff)
added preseed file for thetys
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/thetys.yaml19
1 files changed, 7 insertions, 12 deletions
diff --git a/host_vars/thetys.yaml b/host_vars/thetys.yaml
index 71608cc6..ff853586 100644
--- a/host_vars/thetys.yaml
+++ b/host_vars/thetys.yaml
@@ -1,15 +1,10 @@
---
-sshserver_allowusers_host:
-- equinox
+base_packages_extra_host:
+- exfat-fuse
+- exfat-utils
+- vlan
-docker_lvm:
- vg: thetys
- lv: docker
- size: 10G
- fs: ext4
+admin_user_host:
+- "{{ equinox_user }}"
-kubelet_lvm:
- vg: thetys
- lv: kubelet
- size: 5G
- fs: ext4
+sshserver_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}"