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
|
2018-12-15 22:35:55 +00:00
|
|
|
- include: users.yml
|
2018-12-15 22:59:40 +00:00
|
|
|
- include: resolv.yml
|
2018-12-21 15:15:29 +00:00
|
|
|
- include: sshd.yml
|
2018-12-22 01:20:20 +00:00
|
|
|
- include: motd.yml
|
2018-12-22 02:14:32 +00:00
|
|
|
- include: ansible-pull.yml
|