Skip to content
Snippets Groups Projects
Commit 0747f489 authored by Chris Croome's avatar Chris Croome
Browse files

Add policy: ACCEPT to firewall rule

parent a5406789
No related branches found
No related tags found
No related merge requests found
Pipeline #23866 passed
......@@ -21,6 +21,7 @@
- name: Allow connections on port 5665 from the Icinga master node
ansible.builtin.iptables:
chain: INPUT
policy: ACCEPT
ctstate: NEW
destination_port: 5665
ip_version: ipv4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment