7148b818e0
Change-Id: Ieec58fe3759c8ce430a187357ca8282b0f81b7eb Partially-implements: blueprint better-reconfigure
15 lines
398 B
YAML
15 lines
398 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['mistral-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['mistral-api'] or
|
|
inventory_hostname in groups['mistral-engine'] or
|
|
inventory_hostname in groups['mistral-executor']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['mistral-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|