235e95885b
Closes-Bug: #1551052 Change-Id: Ic226287bbf1f1e8d5cc2e1d80ce2975448b1f95c
19 lines
651 B
YAML
19 lines
651 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['ironic-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['ironic-api'] or
|
|
inventory_hostname in groups['ironic-conductor'] or
|
|
inventory_hostname in groups['ironic-inspector'] or
|
|
inventory_hostname in groups['ironic-pxe']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['ironic-api']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['ironic-api'] or
|
|
inventory_hostname in groups['ironic-conductor'] or
|
|
inventory_hostname in groups['ironic-inspector'] or
|
|
inventory_hostname in groups['ironic-pxe']
|