State to check firewall configurations
New in version 2016.3.0.
salt.states.firewall.
__virtual__
()¶Load only if network is loaded
salt.states.firewall.
check
(name, port=None, **kwargs)¶Checks if there is an open connection from the minion to the defined host on a specific port.
testgoogle:
firewall.check:
- name: 'google.com'
- port: 80
- proto: 'tcp'
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2018.3.0