Skip to content
Snippets Groups Projects
Commit 7c2785e0 authored by Genti Topija's avatar Genti Topija
Browse files

Fix Flannel network on CoreOS

    Resolves: #748
parent 70143d87
No related branches found
No related tags found
No related merge requests found
[Service]
{% if ansible_os_family == "CoreOS" %}
Environment="DOCKER_OPT_BIP=--bip={{ flannel_subnet }} --mtu={{ flannel_mtu }}"
{% else %}
Environment="DOCKER_NETWORK_OPTIONS=--bip={{ flannel_subnet }} --mtu={{ flannel_mtu }}"
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment