d62552463f
Change-Id: Ie82f1dd7773ef2cc2c6724ec0b5f78ebd79566ee Closes-Bug: #1635370
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']
|