kolla-ansible/ansible/roles/trove/tasks/deploy.yml
caoyuan 1210720a95 Optimize reconfigure action for trove
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
Change-Id: Icbf70b0cb242dbd705e8794369b7f8d32a43c25f
Partially-implements: blueprint better-reconfigure
2017-02-04 13:42:55 +08:00

15 lines
394 B
YAML

---
- include: register.yml
when: inventory_hostname in groups['trove-api']
- include: config.yml
when: inventory_hostname in groups['trove-api'] or
inventory_hostname in groups['trove-conductor'] or
inventory_hostname in groups['trove-taskmanager']
- include: bootstrap.yml
when: inventory_hostname in groups['trove-api']
- name: Flush handlers
meta: flush_handlers