mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
7 lines
154 B
YAML
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
|