1210720a95
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com> Change-Id: Icbf70b0cb242dbd705e8794369b7f8d32a43c25f Partially-implements: blueprint better-reconfigure
15 lines
394 B
YAML
15 lines
394 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['trove-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['trove-api'] or
|
|
inventory_hostname in groups['trove-conductor'] or
|
|
inventory_hostname in groups['trove-taskmanager']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['trove-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|