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