77e10c72cf
Change-Id: I7f1bc7fe0ee2c788c3141ea5353e1348196219e1 Depends-On: Ic0431b10d723bf84eeefc72039376fe0058dd902
21 lines
580 B
YAML
21 lines
580 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']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['murano-api'] or
|
|
inventory_hostname in groups['murano-engine']
|