State for configuring Windows Firewall
salt.states.win_firewall.
add_rule
(name, localport, protocol='tcp', action='allow', dir='in')¶Add a new firewall rule (Windows only)
salt.states.win_firewall.
disabled
(name='allprofiles')¶Disable all the firewall profiles (Windows only)
salt.states.win_firewall.
enabled
(name='allprofiles')¶Enable all the firewall profiles (Windows only)
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2016.11.4