Merge pull request #2876 from neith00/docker_iptables

parametrized iptables options for docker daemon
This commit is contained in:
Andreas Krüger
2018-06-14 22:23:27 +02:00
committed by GitHub
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