Fix cockpit instance

This commit is contained in:
2023-02-15 14:01:28 +01:00
parent 71a8507928
commit e5a2075849
3 changed files with 21 additions and 3 deletions

View File

@@ -30,6 +30,15 @@
group: root
mode: 0644
- name: Permit traffic from any IP to cockpit socket
become: true
community.general.ufw:
direction: in
from_ip: any
proto: tcp
to_port: 9090
rule: allow
# - name: Reboot
# become: true
# ansible.builtin.reboot: