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:
|
2016-03-04 10:25:01 +00:00
|
|
|
|
|
|
|
# You can choose what type of flannel backend to use
|
|
|
|
# please refer to flannel's docs : https://github.com/coreos/flannel/blob/master/README.md
|
|
|
|
flannel_backend_type: "vxlan"
|
2016-12-23 14:44:44 +00:00
|
|
|
|
|
|
|
# Limits for apps
|
|
|
|
flannel_memory_limit: 500M
|
|
|
|
flannel_cpu_limit: 300m
|
|
|
|
flannel_memory_requests: 256M
|
|
|
|
flannel_cpu_requests: 150m
|