Remove the keepalived tag in ansible
Keepalived container runs with the haproxy container. Change-Id: I435a8850eca36ccfa5531b43ee7b5f1b72ecc880 Closes-Bug: #1497337
This commit is contained in:
parent
9e64644dc0
commit
c30e9bfbcf
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- hosts: [haproxy, mariadb, rabbitmq, cinder-api, glance-api, keystone, nova-api, neutron-server, swift-proxy-server]
|
- hosts: [haproxy, mariadb, rabbitmq, cinder-api, glance-api, keystone, nova-api, neutron-server, swift-proxy-server]
|
||||||
roles:
|
roles:
|
||||||
- { role: haproxy, tags: haproxy, keepalived, when: enable_haproxy | bool }
|
- { role: haproxy, tags: haproxy, when: enable_haproxy | bool }
|
||||||
|
|
||||||
- hosts: mariadb
|
- hosts: mariadb
|
||||||
roles:
|
roles:
|
||||||
|
Loading…
Reference in New Issue
Block a user