From 59c479582e1fcf26c7c3a8e59e4a2101c3c226a0 Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Thu, 10 Jan 2019 17:03:14 -0500 Subject: [PATCH] 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. --- CHANGELOG.md | 1 + fail2ban/tasks/ip_whitelist.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3066f9ea..310f51f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/fail2ban/tasks/ip_whitelist.yml b/fail2ban/tasks/ip_whitelist.yml index 77f7c21c..f899e618 100644 --- a/fail2ban/tasks/ip_whitelist.yml +++ b/fail2ban/tasks/ip_whitelist.yml @@ -12,3 +12,4 @@ notify: restart fail2ban tags: - fail2ban + - ips \ No newline at end of file