3093f44ca3
Change-Id: Ib5116e76a9a5c97571282225b8eaf480f120f9b1 Partially-implements: blueprint better-reconfigure Co-Authored-By: ZhijunWei <wzj334965317@outlook.com>
22 lines
537 B
YAML
22 lines
537 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['murano-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['murano-api'] or
|
|
inventory_hostname in groups['murano-engine']
|
|
|
|
- include: clone.yml
|
|
when:
|
|
- murano_dev_mode | bool
|
|
- inventory_hostname in groups['murano-api'] or
|
|
inventory_hostname in groups['murano-engine']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['murano-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|
|
|
|
- include: import_library_packages.yml
|