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

Merge pull request #27 from roles-ansible/f2b

improve fail2ban filter
This commit is contained in:
L3D 2021-04-13 22:03:23 +02:00 committed by GitHub
commit 368f58b768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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