summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/main.yml
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-12-08 00:59:09 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:13 +0200
commit0b3bae418d0839f90623fb7967f3beed6ca89bbd (patch)
tree4fbf0a731ccdee755f054e25325dc3640c04e646 /roles/common/tasks/main.yml
parentba5d5e607bf5b651f3b19fc9b84209d0f4097294 (diff)
Install common packages.
Diffstat (limited to 'roles/common/tasks/main.yml')
-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
@@ -11,3 +11,22 @@
- 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