mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-17 07:59:24 +00:00
7 lines
168 B
YAML
7 lines
168 B
YAML
---
|
|
# This playbook contains all of the www config
|
|
|
|
- include: packages.yml
|
|
- include: users.yml
|
|
- include: resolv.yml
|
|
- include: apache.yml |