ed2fd243d1
Because kolla-ansible not have cyborg so should add it. Implements: blueprint add-cyborg-to-kolla-ansible Depend-On: I497e67e3a754fccfd2ef5a82f13ccfaf890a6fcd Change-Id: I6f7ae86f855c5c64697607356d0ff3161f91b239
15 lines
411 B
YAML
15 lines
411 B
YAML
---
|
|
- include_tasks: register.yml
|
|
when: inventory_hostname in groups['cyborg-api']
|
|
|
|
- include_tasks: config.yml
|
|
when: inventory_hostname in groups['cyborg-api'] or
|
|
inventory_hostname in groups['cyborg-conductor'] or
|
|
inventory_hostname in groups['cyborg-agent']
|
|
|
|
- include_tasks: bootstrap.yml
|
|
when: inventory_hostname in groups['cyborg-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|