kolla-ansible/ansible/roles/solum/tasks/deploy.yml

16 lines
445 B
YAML

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