2016-03-29 13:25:43 -04:00
|
|
|
---
|
2018-07-23 12:58:02 +08:00
|
|
|
- include_tasks: register.yml
|
2016-03-29 13:25:43 -04:00
|
|
|
when: inventory_hostname in groups['ceilometer']
|
|
|
|
|
2018-07-23 12:58:02 +08:00
|
|
|
- include_tasks: config.yml
|
2016-03-29 13:25:43 -04:00
|
|
|
when: inventory_hostname in groups['ceilometer'] or
|
|
|
|
inventory_hostname in groups['compute']
|
|
|
|
|
2018-07-23 12:58:02 +08:00
|
|
|
- include_tasks: clone.yml
|
2018-04-12 23:46:59 +08:00
|
|
|
when: ceilometer_dev_mode | bool
|
|
|
|
|
2018-07-23 12:58:02 +08:00
|
|
|
- include_tasks: bootstrap.yml
|
2016-03-29 13:25:43 -04:00
|
|
|
when: inventory_hostname in groups['ceilometer']
|
|
|
|
|
2017-01-21 17:22:24 +08:00
|
|
|
- name: Flush handlers
|
|
|
|
meta: flush_handlers
|