mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 20:00:18 +01:00
5 lines
121 B
YAML
5 lines
121 B
YAML
---
|
|
#This Playbook deploys the whole application stack in this site.
|
|
|
|
- include: roles/db.yml
|
|
- include: roles/web.yml
|