10 lines
161 B
Text
10 lines
161 B
Text
|
# {{ ansible_managed }}
|
||
|
|
||
|
# Ban a host for 10mn
|
||
|
# if it has failed 5 times during the last 10mn
|
||
|
[sshd]
|
||
|
enabled = true
|
||
|
bantime = 600
|
||
|
findtime = 600
|
||
|
maxretry = 5
|