2016-08-17 10:09:42 +00:00
|
|
|
---
|
|
|
|
- include: register.yml
|
|
|
|
when: inventory_hostname in groups['congress-api']
|
|
|
|
|
|
|
|
- include: config.yml
|
|
|
|
when: inventory_hostname in groups['congress-api'] or
|
|
|
|
inventory_hostname in groups['congress-policy-engine'] or
|
|
|
|
inventory_hostname in groups['congress-datasource']
|
|
|
|
|
|
|
|
- include: bootstrap.yml
|
|
|
|
when: inventory_hostname in groups['congress-api']
|
|
|
|
|
2017-01-19 23:16:48 +08:00
|
|
|
- name: Flush handlers
|
|
|
|
meta: flush_handlers
|