„mint.yml“ ändern

This commit is contained in:
olli 2022-08-03 14:04:40 +02:00
parent 4472b8eaa3
commit 20dd99a5ce

View File

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