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
|
2017-08-25 07:07:50 +00:00
|
|
|
# Disabled until https://github.com/coreos/flannel/issues/712 is fixed
|
|
|
|
# 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
|
2017-02-27 16:53:43 +00:00
|
|
|
flannel_memory_requests: 64M
|
2016-12-23 14:44:44 +00:00
|
|
|
flannel_cpu_requests: 150m
|
2016-12-30 12:47:12 +00:00
|
|
|
|
2017-08-25 07:07:50 +00:00
|
|
|
# Legacy directory, will be removed if found.
|
|
|
|
flannel_cert_dir: /etc/flannel/certs
|