summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-thetys.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-02-03 02:59:51 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-02-03 02:59:51 +0100
commit41270aaf3c6f034018db2de682b341c260331e53 (patch)
tree7a0e6e8dbd6c35b331f51eb8a1f6213ca46a4d34 /inventory/host_vars/ele-thetys.yml
parentfix wording (diff)
ele-thetys basic install works now
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