2016-12-07 15:22:35 +07:00
|
|
|
---
|
2020-06-29 15:06:53 +01:00
|
|
|
- import_tasks: config-host.yml
|
2020-04-08 17:03:04 +01:00
|
|
|
|
2020-06-29 15:06:53 +01:00
|
|
|
- import_tasks: config.yml
|
2016-12-07 15:22:35 +07:00
|
|
|
|
2020-07-30 14:36:15 +02:00
|
|
|
- import_tasks: check-containers.yml
|
|
|
|
|
2016-12-07 15:22:35 +07:00
|
|
|
- include_tasks: config-neutron-fake.yml
|
|
|
|
when:
|
|
|
|
- inventory_hostname in groups['compute']
|
|
|
|
- enable_nova_fake | bool
|
|
|
|
|
2020-06-29 15:06:53 +01:00
|
|
|
- import_tasks: bootstrap_service.yml
|
2016-12-07 15:22:35 +07:00
|
|
|
|
|
|
|
- name: Flush Handlers
|
|
|
|
meta: flush_handlers
|