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

Debugging added

parent 57a1fa61
No related branches found
No related tags found
No related merge requests found
Pipeline #23805 passed
......@@ -13,6 +13,11 @@
icinga_iptables: "{{ icinga_iptables_list.stdout | community.general.jc('iptables') }}"
when: icinga_iptables_list is defined
- name: Debug matching iptables rule
ansible.builtin.debug:
msg: "{{ icinga_iptables | community.general.json_query(icinga_iptables_query) }}"
verbosity: 2
- name: Allow connections on port 5665 from the Icinga master node
ansible.builtin.iptables:
chain: INPUT
......
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