ansible/roles/webserver/tasks/main.yml

7 lines
168 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
- include: resolv.yml
- include: apache.yml