logdetective: firewalld isn't installed, use iptables directly
This commit is contained in:
parent
26496b9ae0
commit
3ed2d8e61a
1 changed files with 6 additions and 4 deletions
|
@ -103,7 +103,9 @@
|
||||||
line: 'graphroot = "/mnt/srv/containers_storage"'
|
line: 'graphroot = "/mnt/srv/containers_storage"'
|
||||||
|
|
||||||
- name: Allow accessing 8080 from the outside
|
- name: Allow accessing 8080 from the outside
|
||||||
ansible.posix.firewalld:
|
ansible.builtin.iptables:
|
||||||
port: 8080
|
chain: INPUT
|
||||||
permanent: true
|
protocol: tcp
|
||||||
state: enabled
|
destination_ports:
|
||||||
|
- "8080"
|
||||||
|
jump: ACCEPT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue