From b6a2e86d811f2823daa42d9d7b78dd6702821a04 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 24 Nov 2013 04:04:59 +0100 Subject: Configure debsecan. --- roles/common/tasks/apt.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'roles/common/tasks/apt.yml') diff --git a/roles/common/tasks/apt.yml b/roles/common/tasks/apt.yml index d172384..57a4d10 100644 --- a/roles/common/tasks/apt.yml +++ b/roles/common/tasks/apt.yml @@ -35,6 +35,12 @@ - apt.conf.d/10periodic - apt.conf.d/50unattended-upgrades +- name: Configure the Debian Security Analyzer + template: src=etc/default/debsecan.j2 + dest=/etc/default/debsecan + owner=root group=root + mode=0644 + - name: Start cron service: name=cron state=started tags: -- cgit v1.2.3