fix host group for shared_infra in a-a-o-a role

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-05-12 03:40:56 +00:00
parent 1412c9c987
commit 16585147d6

View file

@ -788,7 +788,7 @@ openshift_master_console_port={{openshift_console_port}}
{% if openshift_shared_infra %}
[lb]
{% for host in groups[openshift_cluster_nodes_group] %}
{% for host in groups[openshift_cluster_masters_group] %}
{{ host }} containerized=false
{% endfor %}