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