From ccabfa0ac5ae4760d01b4b9e264305a877ad2194 Mon Sep 17 00:00:00 2001 From: Logan V Date: Fri, 3 Feb 2017 10:04:03 -0600 Subject: [PATCH] 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 --- playbooks/haproxy-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/haproxy-install.yml b/playbooks/haproxy-install.yml index 2b6c53e52f..78cddc4330 100644 --- a/playbooks/haproxy-install.yml +++ b/playbooks/haproxy-install.yml @@ -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: