2364bee3cc
Change-Id: I13cf03d6a97fb94dd7cb309e99a417ad101dc21a Co-Authored-By: Mauricio Lima <mauriciolimab@gmail.com> Partially-implements: bp add-zun-ansible-role
14 lines
323 B
YAML
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
|