vm-ansible/roles/gitea/tasks/main.yaml
2022-04-16 17:13:16 +02:00

7 lines
105 B
YAML

---
- name: Allow git ssh via ufw
community.general.ufw:
rule: allow
port: 2222
proto: tcp