Fix conditional when setting loadbalancer_apiserver_localhost

This commit is contained in:
Paweł Skrzyński 2016-11-21 19:36:05 +01:00
parent deea7bb87b
commit 32a5453473

View file

@ -6,7 +6,7 @@
- set_fact: first_kube_master="{{ hostvars[groups['kube-master'][0]]['access_ip'] | default(hostvars[groups['kube-master'][0]]['ip'] | default(hostvars[groups['kube-master'][0]]['ansible_default_ipv4']['address'])) }}"
- set_fact:
loadbalancer_apiserver_localhost: false
when: loadbalancer_apiserver is defined
when: loadbalancer_apiserver is defined
- set_fact:
kube_apiserver_endpoint: |-
{% if not is_kube_master and loadbalancer_apiserver_localhost -%}