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"'
|
||||
|
||||
- name: Allow accessing 8080 from the outside
|
||||
ansible.posix.firewalld:
|
||||
port: 8080
|
||||
permanent: true
|
||||
state: enabled
|
||||
ansible.builtin.iptables:
|
||||
chain: INPUT
|
||||
protocol: tcp
|
||||
destination_ports:
|
||||
- "8080"
|
||||
jump: ACCEPT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue