From 035ea3c7dbe80c92c59635f710076c586c7394c8 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 30 Oct 2013 21:47:29 +0100 Subject: Configure fail2ban. --- roles/common/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/common/handlers') diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 17fbfb2..e23e099 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -15,3 +15,6 @@ - name: Update rkhunter's data file command: /usr/bin/rkhunter --propupd + +- name: Restart fail2ban + service: name=fail2ban state=restarted -- cgit v1.2.3