e0537385d0
Partially-Implements: blueprint barbican-ansible Change-Id: Id6be35b1d0527d5c38d4ea8576b233ebcc404718
17 lines
569 B
YAML
17 lines
569 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['barbican-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['barbican-api'] or
|
|
inventory_hostname in groups['barbican-worker'] or
|
|
inventory_hostname in groups['barbican-keystone-listener']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['barbican-api']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['barbican-api'] or
|
|
inventory_hostname in groups['barbican-worker'] or
|
|
inventory_hostname in groups['barbican-keystone-listener']
|