9efc593c8f
Change-Id: I64aff93368da7580b6cc1369a42be0904a670f98 Partially-Implements: blueprint pre-pull-images
15 lines
317 B
YAML
15 lines
317 B
YAML
---
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['keystone']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['keystone']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['keystone']
|
|
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['keystone']
|
|
|
|
- include: check.yml
|