kolla-ansible/ansible/roles/keystone/tasks/deploy.yml
SamYaple 9efc593c8f Allow keystone role to pull images
Change-Id: I64aff93368da7580b6cc1369a42be0904a670f98
Partially-Implements: blueprint pre-pull-images
2016-01-06 04:23:28 +00:00

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