Merge "Gather facts from the hosts before using them"
This commit is contained in:
commit
3a6332411d
@ -1,4 +1,6 @@
|
||||
---
|
||||
- include: config.yml
|
||||
when: inventory_hostname in groups['haproxy']
|
||||
|
||||
- include: start.yml
|
||||
when: inventory_hostname in groups['haproxy']
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
- hosts: haproxy
|
||||
- hosts: [haproxy, mariadb, rabbitmq, cinder-api, glance-api, keystone, nova-api, neutron-server, swift-proxy-server]
|
||||
roles:
|
||||
- { role: haproxy, tags: haproxy, keepalived, when: enable_haproxy | bool }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user