make backup bettr
This commit is contained in:
6
roles/gitea/tasks/main.yaml
Normal file
6
roles/gitea/tasks/main.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Allow git ssh via ufw
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
port: 2222
|
||||
proto: tcp
|
Reference in New Issue
Block a user