summaryrefslogtreecommitdiffstats
path: root/roles/common
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common')
-rw-r--r--roles/common/tasks/main.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/roles/common/tasks/main.yml b/roles/common/tasks/main.yml
index 62f1743..12b4e55 100644
--- a/roles/common/tasks/main.yml
+++ b/roles/common/tasks/main.yml
@@ -1,13 +1,32 @@
---
- 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
+
+- name: Install common packages
+ apt: pkg={{ item }}
+ with_items:
+ - ca-certificates
+ - clamav
+ - clamav-daemon
+ - clamav-freshclam
+ - daemontools
+ - etckeeper
+ - ethtool
+ - git
+ - harden-clients
+ - harden-servers
+ - htop
+ - molly-guard
+ - rsync
+ - screen
+ - telnet-ssl