kolla-ansible/ansible/roles/cloudkitty/tasks/deploy.yml
caoyuan 2363a8e469 Optimize reconfigure action for cloudkitty
Change-Id: I7389a437d54db9c6dfb4706b2fe541a4c4702de5
Partially-implements: blueprint better-reconfigure
2017-01-26 03:22:32 +00:00

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