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

only inc iptables conf with iptables-persistent

parent b0bb6300
No related branches found
No related tags found
No related merge requests found
Pipeline #34956 passed
......@@ -74,6 +74,7 @@
ansible.builtin.include_tasks: iptables.yml
when:
- icinga_port_state != "open"
- ( "iptables-persistent" in ansible_local.dpkg.installed )
- ( "ufw" not in ansible_local.dpkg.installed )
- name: Include the UFW role when port 5665 is not open on the agent mode
......
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