summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-thetys.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ele-thetys.yml')
-rw-r--r--inventory/host_vars/ele-thetys.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-thetys.yml b/inventory/host_vars/ele-thetys.yml
index 2f10c256..f2e6d4be 100644
--- a/inventory/host_vars/ele-thetys.yml
+++ b/inventory/host_vars/ele-thetys.yml
@@ -17,3 +17,12 @@ admin_user_host:
- "{{ equinox_user }}"
ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}"
+
+docker_pkg_provider: docker-com
+docker_pkg_name: docker-ce
+
+docker_lvm:
+ vg: "{{ host_name }}"
+ lv: docker
+ size: 10G
+ fs: ext4