gitea: fix ufw
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline failed

This commit is contained in:
Michael Grote 2024-05-13 22:16:10 +02:00
parent cc23b5c7af
commit 1933c08743

View file

@ -43,6 +43,11 @@ ufw_rules:
protocol: tcp protocol: tcp
comment: 'gitea' comment: 'gitea'
from_ip: 0.0.0.0/0 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 ### ansible_role_gitea
# https://git.mgrote.net/ansible-roles-mirrors/ansible_role_gitea # https://git.mgrote.net/ansible-roles-mirrors/ansible_role_gitea