mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
8 lines
129 B
YAML
8 lines
129 B
YAML
---
|
|
# Main Play webapp deployment playbook
|
|
|
|
- hosts: webapp_server
|
|
user: root
|
|
roles:
|
|
- role: common
|
|
- role: webapp
|