19 lines
645 B
YAML
19 lines
645 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['manila-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['manila-api'] or
|
|
inventory_hostname in groups['manila-data'] or
|
|
inventory_hostname in groups['manila-share'] or
|
|
inventory_hostname in groups['manila-scheduler']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['manila-api']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['manila-api'] or
|
|
inventory_hostname in groups['manila-data'] or
|
|
inventory_hostname in groups['manila-share'] or
|
|
inventory_hostname in groups['manila-scheduler']
|