15 lines
423 B
YAML
15 lines
423 B
YAML
|
---
|
||
|
- include: register.yml
|
||
|
when: inventory_hostname in groups['magnum-api']
|
||
|
|
||
|
- include: config.yml
|
||
|
when: inventory_hostname in groups['magnum-api'] or
|
||
|
inventory_hostname in groups['magnum-conductor']
|
||
|
|
||
|
- include: bootstrap.yml
|
||
|
when: inventory_hostname in groups['magnum-api']
|
||
|
|
||
|
- include: start.yml
|
||
|
when: inventory_hostname in groups['magnum-api'] or
|
||
|
inventory_hostname in groups['magnum-conductor']
|