summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/main.yml
blob: 62f174301cb80c5a79979460aca9c3aa41af67bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- include: sysctl.yml   tags=sysctl
- include: hosts.yml
- include: apt.yml      tags=apt
- include: firewall.yml tags=firewall,iptables
- include: samhain.yml  tags=samhain
- include: rkhunter.yml tags=rkhunter
- include: fail2ban.yml tags=fail2ban
- include: smart.yml    tags=smartmontools,smart
- include: ipsec.yml    tags=strongswan,ipsec
- include: logging.yml  tags=logging
- include: ntp.yml      tags=ntp
- include: mail.yml     tags=mail,postfix