2016-01-23 18:27:06 +00:00
|
|
|
---
|
2016-01-26 20:41:42 +00:00
|
|
|
# Flannel public IP
|
|
|
|
# The address that flannel should advertise as how to access the system
|
|
|
|
flannel_public_ip: "{{ access_ip|default(ip|default(ansible_default_ipv4.address)) }}"
|
2016-01-23 18:27:06 +00:00
|
|
|
|
|
|
|
## interface that should be used for flannel operations
|
2016-01-26 20:41:42 +00:00
|
|
|
## This is actually an inventory node-level item
|
2016-01-23 18:27:06 +00:00
|
|
|
# flannel_interface:
|