e527707056
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com> Change-Id: I568ebe2e5160982aaf5a82b6d73a753cbadc0c49 Partially-implements: blueprint better-reconfigure
15 lines
412 B
YAML
15 lines
412 B
YAML
---
|
|
- 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']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|