You've already forked ansible-linux-infra
initial commit
This commit is contained in:
11
roles/fail2ban/templates/jail.local.j2
Normal file
11
roles/fail2ban/templates/jail.local.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
# {{ ansible_managed }}
|
||||
[DEFAULT]
|
||||
bantime = {{ fail2ban_bantime }}
|
||||
findtime = {{ fail2ban_findtime }}
|
||||
maxretry = {{ fail2ban_maxretry }}
|
||||
ignoreip = {{ fail2ban_ignoreip }}
|
||||
backend = systemd
|
||||
|
||||
[sshd]
|
||||
enabled = true
|
||||
port = {{ ssh_port }}
|
||||
Reference in New Issue
Block a user