ansible/roles/common/tasks/main.yml

13 lines
327 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
- 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
2019-01-29 23:36:26 +00:00
- include: manpage.yml
2019-02-07 00:59:16 +00:00
- include: monitoring.yml
2019-11-18 16:54:10 +00:00
- include: scripts.yml