# {{ ansible_managed }}

# Use DOCKER_OPTS to modify the daemon startup options.
#DOCKER_OPTS="--dns 8.8.8.8 --dns 8.8.4.4"

# If you need Docker to use an HTTP proxy, it can also be specified here.
#export http_proxy="http://127.0.0.1:3128/"

{% if network.wan.ipv4 is defined and network.wan.ipv6 is defined %}
DOCKER_OPTS="--ipv6"
{% else %}
DOCKER_OPTS=""
{% endif %}
