Skip to content

Commit

Permalink
Merge pull request #60 from Yannik/patch-2
Browse files Browse the repository at this point in the history
add ::1 to default fail2ban_ignoreips as per default fail2ban config
  • Loading branch information
tersmitten authored Mar 16, 2020
2 parents 346c008 + 4f6953d commit 956480b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fail2ban_sendername: 'Fail2ban'

fail2ban_ignoreips:
- 127.0.0.1/8
- ::1
fail2ban_bantime: 600
fail2ban_maxretry: 3
fail2ban_findtime: 600
Expand Down

0 comments on commit 956480b

Please sign in to comment.