You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/windows
Andrea Scarpino a1f53f3a43 Fix issue #1406 about win_firewall_rule
I changed the logic here to always use 'netsh ... show rule' keywords as keys for $fwsettings map. While the translation (e.g. Enabled -> enable) is performed when invoking 'netsh ... add rule' command.

I tested rule creation and rule creation when the rule was already existing on Windows Server 2012.
9 years ago
..
__init__.py
win_acl.ps1 fixed problems related to userpricincipalname (user@domain) and undefined variables 9 years ago
win_acl.py Merge pull request #1111 from h0nIg/devel 9 years ago
win_chocolatey.ps1 Merge pull request #1295 from superquadratic/win_choco_params 9 years ago
win_chocolatey.py added missing version_added to new options 9 years ago
win_dotnet_ngen.ps1
win_dotnet_ngen.py
win_environment.ps1
win_environment.py
win_firewall_rule.ps1 Fix issue #1406 about win_firewall_rule 9 years ago
win_firewall_rule.py
win_iis_virtualdirectory.ps1
win_iis_virtualdirectory.py
win_iis_webapplication.ps1
win_iis_webapplication.py
win_iis_webapppool.ps1
win_iis_webapppool.py
win_iis_webbinding.ps1
win_iis_webbinding.py Remove duplicate documentation fields 9 years ago
win_iis_website.ps1
win_iis_website.py
win_nssm.ps1 Merge pull request #1327 from georgefrank/win_nssm-fix-1161 9 years ago
win_nssm.py Replace slashes in the parameter string 9 years ago
win_package.ps1 Merge pull request #1174 from trondhindenes/win_package_guidfix 9 years ago
win_package.py Remove duplicate documentation fields 9 years ago
win_regedit.ps1 win_regedit: fixes #1404 9 years ago
win_regedit.py
win_scheduled_task.ps1
win_scheduled_task.py
win_unzip.ps1 Added Error messages to the Try/Catch blocks 9 years ago
win_unzip.py
win_updates.ps1 fix race condition and missing property 9 years ago
win_updates.py
win_webpicmd.ps1
win_webpicmd.py