ansible-role-apache/lamp_haproxy/site.yml

7 lines
154 B
YAML

---
#This Playbook deploys the whole application stack in this site.
- include: db.yml
- include: web.yml
- include: haproxy.yml
- include: nagios.yml