Browse Source

Merge pull request #124 from markpasc/no-fail2ban-mail

Don't individually mail all fail2ban actions
Luke Cyca 11 years ago
parent
commit
3ca29de6f3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/common/templates/etc_fail2ban_jail.local.j2

+ 1
- 1
roles/common/templates/etc_fail2ban_jail.local.j2 View File

3
 bantime   = 86400
3
 bantime   = 86400
4
 destemail = {{ admin_email }}
4
 destemail = {{ admin_email }}
5
 banaction = iptables-multiport
5
 banaction = iptables-multiport
6
-action    = %(action_mwl)s
6
+action    = %(action_)s
7
 
7
 
8
 # JAILS
8
 # JAILS
9
 [ssh]
9
 [ssh]

Loading…
Cancel
Save