vm-ansible/roles/gitea/tasks/main.yaml

7 lines
105 B
YAML
Raw Normal View History

2022-04-16 17:13:16 +02:00
---
- name: Allow git ssh via ufw
community.general.ufw:
rule: allow
port: 2222
proto: tcp