logdetective: specify protocol
This commit is contained in:
parent
e921a46626
commit
3d58de5bcb
1 changed files with 1 additions and 1 deletions
|
@ -108,6 +108,6 @@
|
||||||
|
|
||||||
- name: Allow accessing 8080 from the outside
|
- name: Allow accessing 8080 from the outside
|
||||||
ansible.posix.firewalld:
|
ansible.posix.firewalld:
|
||||||
port: 8080
|
port: 8080/tcp
|
||||||
permanent: true
|
permanent: true
|
||||||
state: enabled
|
state: enabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue