2016-01-30 15:04:47 +00:00
|
|
|
# This host's IPv4 address (the source IP address used to reach other nodes
|
|
|
|
# in the Kubernetes cluster).
|
|
|
|
DEFAULT_IPV4={{ip | default(ansible_default_ipv4.address) }}
|
|
|
|
|
|
|
|
# The Kubernetes master IP
|
2016-11-09 10:31:12 +00:00
|
|
|
KUBERNETES_MASTER={{ kube_apiserver_endpoint }}
|
2016-01-30 15:04:47 +00:00
|
|
|
|
|
|
|
# IP and port of etcd instance used by Calico
|
2016-11-09 10:31:12 +00:00
|
|
|
ETCD_ENDPOINTS={{ etcd_access_endpoint }}
|