State to check firewall configurations
New in version 2016.3.0.
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'