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.

10 lines
332 B

  1. ---
  2. # Flannel public IP
  3. # The address that flannel should advertise as how to access the system
  4. flannel_public_ip: "{{ access_ip|default(ip|default(ansible_default_ipv4.address)) }}"
  5. ## interface that should be used for flannel operations
  6. ## This is actually an inventory node-level item
  7. # flannel_interface:
  8. # cloud_provider: no