thunix/roles/shell/tasks/main.yml

19 lines
450 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
2019-02-04 13:58:54 +00:00
- include: znc.yml
2019-02-06 01:14:20 +00:00
- include: bzflag.yml
2019-02-07 13:37:59 +00:00
- include: minetest.yml
- include: minecraft.yml
2019-02-18 00:50:47 +00:00
- include: dovecot.yml
2020-02-24 13:47:29 +00:00
#- include: postfix.yml
2019-02-24 23:17:41 +00:00
- include: iris.yml
2019-03-22 21:53:05 +00:00
- include: gopher.yml
2019-05-25 22:44:24 +00:00
- include: pb.yml
2019-05-26 20:59:34 +00:00
- include: botany.yml
2019-07-16 17:28:47 +00:00
- include: vnc.yml