Add fail2ban dependency for gitea with todo note
This commit is contained in:
parent
7441940baa
commit
ecdb15c942
3 changed files with 5 additions and 0 deletions
2
roles/gitea-fail2ban/meta/main.yml
Normal file
2
roles/gitea-fail2ban/meta/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- role: setup-fail2ban
|
2
roles/gitea-fail2ban/tasks/main.yml
Normal file
2
roles/gitea-fail2ban/tasks/main.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
# TODO: https://docs.gitea.io/en-us/fail2ban-setup/
|
|
@ -1,2 +1,3 @@
|
|||
dependencies:
|
||||
- role: gitea-fail2ban
|
||||
- role: gitea-mariadb
|
||||
|
|
Loading…
Reference in a new issue