This commit is contained in:
olli 2024-10-04 18:03:06 +02:00
parent 78fb1e816b
commit e7ce4a3fab

View File

@ -192,6 +192,12 @@
command: "systemctl set-default graphical.target"
when: "'graphical' not in systemdefault.stdout"
- name: Allow port 8080 for remote control
community.general.ufw:
rule: allow
port: '8080'
proto: tcp
handlers: