logdetective: allow 8080 from the outside

This commit is contained in:
Jakub Kadlcik 2025-03-20 16:42:26 +01:00
parent 729e827795
commit 26496b9ae0

View file

@ -101,3 +101,9 @@
path: /usr/share/containers/storage.conf
regexp: '^graphroot = '
line: 'graphroot = "/mnt/srv/containers_storage"'
- name: Allow accessing 8080 from the outside
ansible.posix.firewalld:
port: 8080
permanent: true
state: enabled