2016-08-08 16:48:11 +00:00
|
|
|
---
|
|
|
|
- include: register.yml
|
|
|
|
when: inventory_hostname in groups['barbican-api']
|
|
|
|
|
|
|
|
- include: config.yml
|
|
|
|
when: inventory_hostname in groups['barbican-api'] or
|
|
|
|
inventory_hostname in groups['barbican-worker'] or
|
|
|
|
inventory_hostname in groups['barbican-keystone-listener']
|
|
|
|
|
|
|
|
- include: bootstrap.yml
|
|
|
|
when: inventory_hostname in groups['barbican-api']
|
|
|
|
|
2017-01-22 10:06:06 +08:00
|
|
|
- name: Flush handlers
|
|
|
|
meta: flush_handlers
|