Skip to content
Snippets Groups Projects
Commit a9c3446d authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: use correct syntax to print list of Fail2Ban ignoreips as space separated string

parent 90c9d3e9
No related branches found
No related tags found
No related merge requests found
Pipeline #8879 passed
......@@ -29,7 +29,7 @@
# ignored IPs: localhost, VLAN 20 (DV), sdvgubs10 (IP from multiple
# subnets/VLANs), VPN IP ranges
ignoreip = 127.0.0.1/8 {{ vlans }} {{ vault_gubs_ips }} {{ vault_host_greenbone }}
ignoreip = 127.0.0.1/8 {{ vlans | join(" ") }} {{ gubs_ips | join(" ") }} {{ host_greenbone }}
# number of failures that have to occur in the last findtime seconds to
# ban then IP.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment