gitea: fix ufw
This commit is contained in:
parent
cc23b5c7af
commit
1933c08743
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ ufw_rules:
|
|||
protocol: tcp
|
||||
comment: 'gitea'
|
||||
from_ip: 0.0.0.0/0
|
||||
- rule: allow
|
||||
to_port: "{{ gitea_ssh_port }}"
|
||||
protocol: tcp
|
||||
comment: 'gitea'
|
||||
from_ip: 0.0.0.0/0
|
||||
|
||||
### ansible_role_gitea
|
||||
# https://git.mgrote.net/ansible-roles-mirrors/ansible_role_gitea
|
||||
|
|
Loading…
Reference in a new issue