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:
parent
375bf12028
commit
ccabfa0ac5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user