31f7732aef
Add ansible role to deploy blazar Add nova filters to allow use of blazar Change-Id: I6742ddc9a4736f256491dd0cfd31904fa8eb5652 Implements: blueprint blazar-ansible-role
14 lines
335 B
YAML
14 lines
335 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['blazar-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['blazar-api'] or
|
|
inventory_hostname in groups['blazar-manager']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['blazar-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|