From 0b3bae418d0839f90623fb7967f3beed6ca89bbd Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 8 Dec 2013 00:59:09 +0100 Subject: Install common packages. --- roles/common/tasks/main.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'roles/common/tasks/main.yml') 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 -- cgit v1.2.3