Skip to content
Snippets Groups Projects
Commit 43f0b532 authored by Leonidas Spyropoulos's avatar Leonidas Spyropoulos
Browse files

fail2ban: Add nginx_limit_req to all dicts


Ansible complains if the fail2ban_jails dictionary is missing the
nginx_limit_req key. Adding this as default failse.

Bugfix from: e5773374

Signed-off-by: default avatarLeonidas Spyropoulos <artafinde@gmail.com>
parent db1ccafc
No related branches found
No related tags found
1 merge request!422fail2ban: Add nginx_limit_req to all dicts
......@@ -16,3 +16,4 @@ fail2ban_jails:
sshd: true
postfix: false
dovecot: false
nginx_limit_req: false
......@@ -10,3 +10,4 @@ fail2ban_jails:
sshd: true
postfix: false
dovecot: false
nginx_limit_req: false
......@@ -6,6 +6,7 @@ fail2ban_jails:
sshd: true
postfix: true
dovecot: true
nginx_limit_req: false
ipv4_address: "95.216.189.61"
ipv6_address: "2a01:4f9:c010:3052::1"
......
......@@ -8,3 +8,5 @@ fail2ban_jails:
sshd: true
postfix: false
dovecot: false
nginx_limit_req: false
......@@ -6,3 +6,4 @@ fail2ban_jails:
sshd: true
postfix: false
dovecot: false
nginx_limit_req: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment