summaryrefslogtreecommitdiffstats
path: root/roles/common/handlers
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-10-30 21:47:29 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:50:30 +0200
commit035ea3c7dbe80c92c59635f710076c586c7394c8 (patch)
tree086b349c59afc2f866efade585f6fb9a511d3316 /roles/common/handlers
parentdd6085c28219e6acca0c7ae1c6428b064c65e752 (diff)
Configure fail2ban.
Diffstat (limited to 'roles/common/handlers')
-rw-r--r--roles/common/handlers/main.yml3
1 files changed, 3 insertions, 0 deletions
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