Merge "Use external IP for public interfaces"
This commit is contained in:
commit
6b06b1011b
@ -96,9 +96,9 @@ outputs:
|
||||
ansible_become: true
|
||||
etcd_ip: {{hostvars.raw_get(host)['ctlplane_ip']}}
|
||||
openshift_ip: {{hostvars.raw_get(host)['ctlplane_ip']}}
|
||||
openshift_public_ip: {{hostvars.raw_get(host)['ctlplane_ip']}}
|
||||
openshift_public_ip: {{hostvars.raw_get(host)['external_ip'] | default(hostvars.raw_get(host)['ctlplane_ip'])}}
|
||||
openshift_hostname: {{hostvars.raw_get(host)['ctlplane_ip']}}
|
||||
openshift_public_hostname: {{hostvars.raw_get(host)['ctlplane_ip']}}
|
||||
openshift_public_hostname: {{hostvars.raw_get(host)['external_ip'] | default(hostvars.raw_get(host)['ctlplane_ip'])}}
|
||||
{% if openshift_master_node_vars -%}
|
||||
{{openshift_master_node_vars | to_nice_yaml() | indent(6)}}
|
||||
{%- endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user