Fix haproxy playbook group target

The keepalived play was targeting the "_all" aggregate, which is
broken when haproxy is containerized as it includes both the
containers and physical hosts.

Change-Id: I9ba90a6d7eccccba3ca2ee4faf841cccc6db18cc
Closes-Bug: #1661664
This commit is contained in:
Logan V 2017-02-03 10:04:03 -06:00
parent 375bf12028
commit ccabfa0ac5

View File

@ -14,7 +14,7 @@
# limitations under the License.
- name: haproxy base config
hosts: haproxy_all
hosts: haproxy
gather_facts: "{{ gather_facts | default(True) }}"
user: root
pre_tasks: