kolla-ansible/ansible/roles/congress/tasks/deploy.yml
caoyuan e527707056 Optimize reconfigure action for congress
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
Change-Id: I568ebe2e5160982aaf5a82b6d73a753cbadc0c49
Partially-implements: blueprint better-reconfigure
2017-02-04 15:50:27 +08:00

15 lines
412 B
YAML

---
- include: register.yml
when: inventory_hostname in groups['congress-api']
- include: config.yml
when: inventory_hostname in groups['congress-api'] or
inventory_hostname in groups['congress-policy-engine'] or
inventory_hostname in groups['congress-datasource']
- include: bootstrap.yml
when: inventory_hostname in groups['congress-api']
- name: Flush handlers
meta: flush_handlers