ansible/roles/shell/tasks/main.yml

8 lines
212 B
YAML
Raw Normal View History

2018-12-21 14:59:42 +00:00
---
# This playbook contains all of the common things every machine in the site gets. Basic packages, users, etc etc.
- include: packages.yml
- include: users.yml
- include: apache2-mods.yml
2019-02-03 19:30:14 +00:00
- include: ufw.yml