parametrized iptables options for docker daemon

This commit is contained in:
neith00
2018-06-12 15:50:27 +02:00
parent cf8e9eed69
commit f2f1e7f9d1
3 changed files with 7 additions and 1 deletions

View File

@@ -140,6 +140,9 @@ dns_domain: "{{ cluster_name }}"
# Path used to store Docker data
docker_daemon_graph: "/var/lib/docker"
## Used to set docker daemon iptables options to true
#docker_iptables_enabled: "true"
## A string of extra options to pass to the docker daemon.
## This string should be exactly as you wish it to appear.
## An obvious use case is allowing insecure-registry access