summaryrefslogtreecommitdiff
path: root/host_vars/thetys.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars/thetys.yaml')
-rw-r--r--host_vars/thetys.yaml15
1 files changed, 15 insertions, 0 deletions
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