7ec120aec3
Change-Id: I9667e087f3dede751ce80734511e53761f5e9298 Partially-implements: blueprint better-reconfigure
14 lines
328 B
YAML
14 lines
328 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['ceilometer']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['ceilometer'] or
|
|
inventory_hostname in groups['compute']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['ceilometer']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|