From 84667fd186fc2fe72d44afd1a595112b5adf54db Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 10 Dec 2017 03:10:30 +0100 Subject: initial config for thetys --- host_vars/thetys.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 host_vars/thetys.yaml (limited to 'host_vars') diff --git a/host_vars/thetys.yaml b/host_vars/thetys.yaml new file mode 100644 index 00000000..71608cc6 --- /dev/null +++ b/host_vars/thetys.yaml @@ -0,0 +1,15 @@ +--- +sshserver_allowusers_host: +- equinox + +docker_lvm: + vg: thetys + lv: docker + size: 10G + fs: ext4 + +kubelet_lvm: + vg: thetys + lv: kubelet + size: 5G + fs: ext4 -- cgit v1.2.3