4108c6c6ec
Change-Id: I13c50a78b2dc7c98b720a4b2e7161104213bd295 Implements: bp ansible-ceilometer
15 lines
405 B
YAML
15 lines
405 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']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['ceilometer'] or
|
|
inventory_hostname in groups['compute']
|