ansible/roles/webserver/tasks/main.yml

9 lines
174 B
YAML
Raw Normal View History

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