a755e7f0a4
Change-Id: I0e8b16bba5c826a97a4e9bd07891f5f3fb549334 Partially-implements: blueprint better-reconfigure
15 lines
382 B
YAML
15 lines
382 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['heat-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['heat-api'] or
|
|
inventory_hostname in groups['heat-api-cfn'] or
|
|
inventory_hostname in groups['heat-engine']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['heat-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|