summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-01-19 00:02:36 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-01-19 00:02:36 +0100
commitebf0833680ac4cadac699cd4c0a717a67146efcc (patch)
tree5947a3ab95c5933a66c7cc8854aa5d1b372b6798 /inventory
parentadded netplan config for elevate-office (diff)
docker role can now set the daemon config before it is installed
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ele-media.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-media.yml b/inventory/host_vars/ele-media.yml
index 927b2bef..c2c74fb4 100644
--- a/inventory/host_vars/ele-media.yml
+++ b/inventory/host_vars/ele-media.yml
@@ -27,6 +27,11 @@ ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}"
mysql_root_password: "{{ vault_mysql_root_password }}"
+
+docker_daemon_config:
+ bridge: "none"
+ iptables: false
+
docker_lvm:
vg: "{{ host_name }}"
lv: docker