mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
6 lines
162 B
YAML
6 lines
162 B
YAML
---
|
|
#This Playbook deploys the whole application stack in this site.
|
|
|
|
- include: playbooks/db.yml
|
|
- include: playbooks/web.yml
|
|
- include: playbooks/haproxy.yml
|