ansible/roles/webserver/tasks/main.yml

8 lines
145 B
YAML
Raw Normal View History

---
# This playbook contains all of the www config
2018-12-21 14:59:42 +00:00
- include: packages.yml
- include: users.yml
- include: apache.yml
- include: codedeploy.yml