Fix cockpit instance
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user