1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

improve fail2ban filter

based on https://blog.gitea.io/2021/04/gitea-1.14.0-is-released/
thanks to @firesoft-de for mention it!
This commit is contained in:
L3D 2021-04-13 21:50:19 +02:00
parent bf3436501e
commit 2310d35eeb
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Managed by Ansible # Managed by Ansible
[Definition] [Definition]
failregex = .*Failed authentication attempt for .* from <HOST> failregex = .*(Failed authentication attempt|invalid credentials|Attempted access of unknown user).* from <HOST>
ignoreregex = ignoreregex =

View file

@ -20,5 +20,5 @@ gitea_variables:
paths: paths:
- 'vars' - 'vars'
playbook_version_number: 9 # should be int playbook_version_number: 10 # should be int
playbook_version_path: 'do1jlr.gitea.version' playbook_version_path: 'do1jlr.gitea.version'