Adds ips tag to fail2ban/tasks/ip_whitelist.yml

You can already skip nginx and apache ip_whitelist tasks with this
tags, it makes sense for fail2ban to follow suite.
This commit is contained in:
Patrick Marchand 2019-01-10 17:03:14 -05:00
parent 40b2654141
commit 59c479582e
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@ The **patch** part changes incrementally at each release.
* redis: add a variable for renamed/disabled commands
* redis: add a variable to disable the restart handler
* redis: add a variable to force a restart (even with no change)
* "ips" tag added to fail2ban/tasks/ip_whitelist.yml
### Changed
* redis: distinction between main and master password

View file

@ -12,3 +12,4 @@
notify: restart fail2ban
tags:
- fail2ban
- ips