mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
commit
368f58b768
2 changed files with 2 additions and 2 deletions
|
@ -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 =
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue