summaryrefslogtreecommitdiff
path: root/host_vars/helene.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-12-01 23:14:05 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-12-01 23:14:05 +0100
commit17447210485bbe379beb9c7e9a3034e900110ed9 (patch)
tree1b911eed4ea5bce52a5bc24f0951dfe200ea3217 /host_vars/helene.yml
parentfixed acmetool self-signed cert handling (diff)
moved to multi environment repo structure
Diffstat (limited to 'host_vars/helene.yml')
-rw-r--r--host_vars/helene.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/host_vars/helene.yml b/host_vars/helene.yml
deleted file mode 100644
index b40fb069..00000000
--- a/host_vars/helene.yml
+++ /dev/null
@@ -1,22 +0,0 @@
----
-base_packages_extra_host:
-- exfat-fuse
-- exfat-utils
-- vlan
-
-admin_user_host:
-- "{{ equinox_user }}"
-
-sshserver_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}"
-
-docker_lvm:
- vg: helene
- lv: docker
- size: 15G
- fs: ext4
-
-kubelet_lvm:
- vg: helene
- lv: kubelet
- size: 10G
- fs: ext4