salt.states.win_firewall

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)

Disable all the firewall profiles (Windows only)

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2015.5.1

Previous topic

salt.states.win_dns_client

Next topic

salt.states.win_network