You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
271 B

  1. [Service]
  2. {% if ansible_os_family in ["CoreOS", "Container Linux by CoreOS"] %}
  3. Environment="DOCKER_OPT_BIP=--bip={{ flannel_subnet }} --mtu={{ flannel_mtu }}"
  4. {% else %}
  5. Environment="DOCKER_NETWORK_OPTIONS=--bip={{ flannel_subnet }} --mtu={{ flannel_mtu }}"
  6. {% endif %}