Added bootstrap role with the tasks, defaults and handlers necessary for the playbooks
This commit is contained in:
9
roles/bootstrap/files/fail2ban/sshd.local
Normal file
9
roles/bootstrap/files/fail2ban/sshd.local
Normal file
@@ -0,0 +1,9 @@
|
||||
[sshd]
|
||||
enabled = true
|
||||
filter = sshd
|
||||
banaction = iptables
|
||||
findtime = 1d
|
||||
allowipv6 = true
|
||||
maxretry = 4
|
||||
bantime = 1w
|
||||
ignoreip = 127.0.0.1/8
|
Reference in New Issue
Block a user