mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 10:56:20 +08:00
logdetective: allow 8080 from the outside
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user