Update to more recent Ansible roles

This commit is contained in:
2020-11-25 11:38:20 +00:00
parent 96182bb06a
commit 59d482cad7
47 changed files with 2970 additions and 38 deletions

View File

@@ -394,7 +394,16 @@ port = http,https
filter = nginx-noenv
logpath = /var/log/nginx/access.log
maxretry = 1
bantime = 4
bantime = 4h
[nginx-wplogin]
enabled = {{ nginx_wplogin }}
port = http,https
filter = nginx-wplogin
logpath = /var/log/nginx/access.log
maxretry = 1
bantime = 4h
[nginx-nobinary]
@@ -407,7 +416,7 @@ bantime = -1
[sshd-badproto]
enabled = {{ sshd_badproto }}
port = {{ ssh+port }}
port = {{ ssh_port }}
filter = sshd-badproto
logpath = /var/log/auth.log
maxretry = 1