thunix/roles/common/tasks/main.yml

7 lines
187 B
YAML
Raw Normal View History

2018-12-15 03:30: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
2018-12-15 22:59:40 +00:00
- include: resolv.yml