Doug Szumski c11f9f521d Support deploying the Monasca API
Deploys the Monasca API with mod_wsgi + Apache.

Co-Authored-By: Mark Goddard <mark@stackhpc.com>

Partially-Implements: blueprint monasca-roles
Change-Id: I3e03762217fbef1fb0cbff6239abb109cbec226b
2018-05-21 09:28:13 +00:00

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']