k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
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.
19 lines
682 B
19 lines
682 B
---
|
|
# 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)) }}"
|
|
|
|
## interface that should be used for flannel operations
|
|
## This is actually an inventory node-level item
|
|
# flannel_interface:
|
|
|
|
# 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"
|
|
|
|
|
|
flannel_server_helper_image_repo: "gcr.io/google_containers/flannel-server-helper"
|
|
flannel_server_helper_image_tag: "0.1"
|
|
|
|
flannel_image_repo: "quay.io/coreos/flannel"
|
|
flannel_image_tag: "0.5.5"
|