From 49c42b412793d9df01e3a0310d7b947684af0856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavi=20Lle=C3=B3=20Tom=C3=A1s?= Date: Mon, 14 Oct 2024 12:10:28 +0200 Subject: [PATCH] Refs #8025 Rol debian-base. fail2ban task - Add email notification and whois report action for sshd in local jail. --- roles/debian-base/templates/jail.local | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/debian-base/templates/jail.local b/roles/debian-base/templates/jail.local index 0e4ef17..9c0cd5b 100644 --- a/roles/debian-base/templates/jail.local +++ b/roles/debian-base/templates/jail.local @@ -18,3 +18,4 @@ enabled = true port = 0:65535 filter = sshd logpath = {{ fail2ban.logpath }} +action = %(action_mwl)s \ No newline at end of file