ec8f05587e
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com> Change-Id: Ib54136f9d4313db05f3711fc1c8d7a07d2186d6b Partially-implements: blueprint better-reconfigure
16 lines
443 B
YAML
16 lines
443 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['aodh-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['aodh-api'] or
|
|
inventory_hostname in groups['aodh-evaluator'] or
|
|
inventory_hostname in groups['aodh-listener'] or
|
|
inventory_hostname in groups['aodh-notifier']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['aodh-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|