mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-18 16:19:23 +00:00
8 lines
198 B
YAML
8 lines
198 B
YAML
---
|
|
# This playbook contains all of the www config
|
|
|
|
- include: packages.yml
|
|
- include: users.yml
|
|
- include: resolv.yml
|
|
- include: apache.yml
|
|
- include: codedeploy.yml |