summaryrefslogtreecommitdiff
path: root/host_vars/helene.yaml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-04-21 23:28:35 +0200
committerChristian Pointner <equinox@spreadspace.org>2018-04-21 23:28:35 +0200
commit2e5b51cc24b6f6c91e7f969fe14e3adc2d4e80f2 (patch)
tree6cbb61b2f17061fee06306a3ec2e58e2fc3e87de /host_vars/helene.yaml
parentupdated google apt key (diff)
rename all .yaml to .yml
Diffstat (limited to 'host_vars/helene.yaml')
-rw-r--r--host_vars/helene.yaml22
1 files changed, 0 insertions, 22 deletions
diff --git a/host_vars/helene.yaml b/host_vars/helene.yaml
deleted file mode 100644
index b40fb069..00000000
--- a/host_vars/helene.yaml
+++ /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