5f62c22959
Co-Authored-By: zhubingbing <zhubingbing10@gmail.com> Change-Id: Id83c852e32c3dd583e6128e888ac511634e8eabb Partially-Implements: blueprint cloudkitty
15 lines
447 B
YAML
15 lines
447 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['cloudkitty-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['cloudkitty-api'] or
|
|
inventory_hostname in groups['cloudkitty-processor']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['cloudkitty-api']
|
|
|
|
- include: start.yml
|
|
when: inventory_hostname in groups['cloudkitty-api'] or
|
|
inventory_hostname in groups['cloudkitty-processor']
|