summaryrefslogtreecommitdiff
path: root/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-12-10 03:10:30 +0100
committerChristian Pointner <equinox@spreadspace.org>2017-12-10 03:10:30 +0100
commit84667fd186fc2fe72d44afd1a595112b5adf54db (patch)
tree8cd88603de0c14f926d5e2cac523c4d255a4a5a3 /host_vars
parentadded very basic docker and kubernetes roles (diff)
initial config for thetys
Diffstat (limited to 'host_vars')
-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