logdetective: allow 8080 from the outside
This commit is contained in:
parent
729e827795
commit
26496b9ae0
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue