
Deploys the Monasca API with mod_wsgi + Apache. Co-Authored-By: Mark Goddard <mark@stackhpc.com> Partially-Implements: blueprint monasca-roles Change-Id: I3e03762217fbef1fb0cbff6239abb109cbec226b
16 lines
354 B
YAML
16 lines
354 B
YAML
---
|
|
- include: register.yml
|
|
when: inventory_hostname in groups['monasca-api']
|
|
|
|
- include: config.yml
|
|
when: inventory_hostname in groups['monasca-api']
|
|
|
|
- include: bootstrap.yml
|
|
when: inventory_hostname in groups['monasca-api']
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|
|
|
|
- include: check.yml
|
|
when: inventory_hostname in groups['monasca-api']
|