This commit is contained in:
Ruben Blanco 2023-10-19 12:14:13 +02:00
parent 3b6dcb3dd2
commit 8ccefaf004
1 changed files with 1 additions and 13 deletions

View File

@ -34,15 +34,3 @@
import_role:
name: config-fail2ban
#In this template:
#{{ bantime }}, {{ maxretry }}, and {{ findtime }} represent the global default values for these settings.
#For each jail, you can specify various options including:
#{{ jail.name }}: The name of the jail.
#{{ jail.enabled }}: Whether the jail is enabled or not.
#{{ jail.filter }}: The filter for the jail.
#{{ jail.logpath }}: The log file path that Fail2Ban should monitor.
#{{ jail.port | join(' ') }}: The port(s) to monitor.
#{{ jail.maxretry }}: The maximum number of retries before banning.
#{{ jail.bantime }}: The ban time for this jail.
#{{ jail.findtime }}: The time window for counting retries.