|
|
@ -1,7 +1,6 @@ |
|
|
|
# Deployed by Ansible |
|
|
|
{% if (ansible_service_mgr in ["sysvinit","upstart"] and kube_network_plugin == "flannel" and ansible_os_family == "Debian") or |
|
|
|
(kube_network_plugin == "flannel" and ansible_os_family == "CoreOS") %} |
|
|
|
{% if (ansible_service_mgr in ["sysvinit","upstart"] and ansible_os_family == "Debian") or (ansible_os_family == "CoreOS") %} |
|
|
|
DOCKER_OPTS="--bip={{ flannel_subnet }} --mtu={{ flannel_mtu }} {% if docker_options is defined %}{{ docker_options }}{% endif %}" |
|
|
|
{% elif kube_network_plugin == "flannel" %} |
|
|
|
{% else %} |
|
|
|
OPTIONS="--bip={{ flannel_subnet }} --mtu={{ flannel_mtu }} {% if docker_options is defined %}{{ docker_options }}{% endif %}" |
|
|
|
{% endif %} |