2363a8e469
Change-Id: I7389a437d54db9c6dfb4706b2fe541a4c4702de5 Partially-implements: blueprint better-reconfigure
14 lines
353 B
YAML
14 lines
353 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']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|