9786fd646f
Co-Authored-By: Marc Koderer <marc@koderer.com> Change-Id: I16bab281f2eca341b7a649f766bae5f2cf18a117 Partially-Implements: blueprint enable-manila-containers
17 lines
535 B
YAML
17 lines
535 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-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-share'] or
|
|
inventory_hostname in groups['manila-scheduler']
|