kolla-ansible/ansible/roles/zun/tasks/deploy.yml
root 2364bee3cc Add zun ansible role
Change-Id: I13cf03d6a97fb94dd7cb309e99a417ad101dc21a
Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com>
Partially-implements: bp add-zun-ansible-role
2017-03-30 04:15:17 -04:00

14 lines
323 B
YAML

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