State to check firewall configurations
New in version 2016.3.0.
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.
host name or ip address to test connection to
The port to test the connection on
proto (tcp or udp) family (ipv4 or ipv6) timeout
testgoogle:
firewall.check:
- name: 'google.com'
- port: 80
- proto: 'tcp'
Generated on June 18, 2020 at 04:09:58 UTC.
You are viewing docs for the latest stable release, 3001. Switch to docs for the previous stable release, 3000.3, or to a recent doc build from the master branch.
© 2020 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy