„mint.yml“ ändern

This commit is contained in:
olli 2022-08-03 13:58:48 +02:00
parent bf45df9fc3
commit 4472b8eaa3

View File

@ -155,6 +155,12 @@
group: root
force: yes
- name: Allow Mint warpinator in firewall to udp/tcp port 42000
community.general.ufw:
rule: allow
port: '42000'
proto: tcp
handlers: