ansible/windows
Corwin Brown d2900e856b Add Win Robocopy module (#1078)
* Added more robust error handling

* Add Win Synchronize module

Renamed win_synchronize to win_robocopy

Updating email address

Adding "flags" argument.

Adding a "flags" argument that will allow the user to pass args
directly to robocopy.

If "flags" is set, recurse and purge will be ignored.

Add return code to output

Added bits to support check mode

Fixing typo in Documentation

Updated Documentation to have "RETURNED" field

Updated win_robocopy.py to have the RETURNED field. I also noticed
that win_robocopy.ps1 wasn't really using the "changed" attribute,
so I went in and made sure it was being set appropriately.

Forcing bool type for recurse and purge flag

Updated "version_added"
2016-05-20 17:25:24 -07:00
..
__init__.py
win_acl.ps1 fixed problems related to userpricincipalname (user@domain) and undefined variables 2016-01-12 09:52:08 +01:00
win_acl.py Merge pull request #1111 from h0nIg/devel 2016-02-01 23:45:26 -05:00
win_acl_inheritance.ps1 suggestion by @nitzmahone to not use Get-Attr in combination with ConvertTo-Bool, improved documentation regarding organize 2016-03-22 09:07:09 +01:00
win_acl_inheritance.py suggestion by @nitzmahone to not use Get-Attr in combination with ConvertTo-Bool, improved documentation regarding organize 2016-03-22 09:07:09 +01:00
win_chocolatey.ps1 Merge pull request #1295 from superquadratic/win_choco_params 2015-12-14 23:04:42 -05:00
win_chocolatey.py added missing version_added to new options 2015-12-14 23:09:06 -05:00
win_dotnet_ngen.ps1 Create win_dotnet_ngen module 2015-05-19 11:47:45 +01:00
win_dotnet_ngen.py more doc fixes 2015-07-28 14:27:21 -04:00
win_environment.ps1 fix: win-environment strict-mode fixes 2016-04-20 14:13:03 +01:00
win_environment.py Document module limitations to resolve https://github.com/ansible/ansible-modules-extras/issues/908 2015-10-07 05:25:28 +01:00
win_file_version.ps1 fix default arg handling and error messages in win_file_version 2016-03-10 13:16:07 -08:00
win_file_version.py Fix module docs 2016-03-15 17:44:59 -07:00
win_firewall_rule.ps1 win-firewall-rule: temp disable strict-mode for the time being 2016-04-20 21:44:29 +01:00
win_firewall_rule.py The enable parameter is a boolean, then convert to a boolean. (#1607) 2016-04-12 14:07:32 +02:00
win_iis_virtualdirectory.ps1 Fix: support for virtual directories in applications 2015-10-19 16:29:43 +02:00
win_iis_virtualdirectory.py Adds examples for win_iis_virtualdirectory 2015-10-19 16:04:17 +02:00
win_iis_webapplication.ps1 Modules to manage IIS 2015-04-24 10:48:02 +02:00
win_iis_webapplication.py Fix up docs 2015-06-25 07:12:10 -07:00
win_iis_webapppool.ps1 Fix win_iis_webapppool module to not null ref when removing an apppool using PS4 2015-12-22 16:20:29 -08:00
win_iis_webapppool.py These modules were added to version 2.0, not 1.9 2015-06-25 07:05:29 -07:00
win_iis_webbinding.ps1 Modules to manage IIS 2015-04-24 10:48:02 +02:00
win_iis_webbinding.py Remove duplicate documentation fields 2016-01-28 09:20:55 -08:00
win_iis_website.ps1 Merge pull request #1183 from blakfeld/add_id_to_win_iis_website 2016-03-11 18:04:27 +00:00
win_iis_website.py fix version_added issues in win_iis_website 2016-03-11 14:37:46 -08:00
win_nssm.ps1 Merge pull request #1327 from georgefrank/win_nssm-fix-1161 2015-12-14 23:20:06 -05:00
win_nssm.py Replace slashes in the parameter string 2015-12-04 14:33:31 -05:00
win_owner.ps1 suggestion by @nitzmahone, to not use Get-Attr in combination with ConvertTo-Bool 2016-03-21 17:49:51 +01:00
win_owner.py fixxed tests 2016-01-12 12:36:45 +01:00
win_package.ps1 Merge pull request #1174 from trondhindenes/win_package_guidfix 2015-11-01 16:40:14 -05:00
win_package.py Remove duplicate documentation fields 2016-01-28 09:20:55 -08:00
win_regedit.ps1 Fix for https://github.com/ansible/ansible-modules-extras/issues/2090 2016-04-26 18:26:50 +01:00
win_regedit.py Fix for https://github.com/ansible/ansible-modules-extras/issues/2090 2016-04-26 18:26:50 +01:00
win_regmerge.ps1 First pass at adding win_regmerge module for handling bulk registry changes 2015-10-27 06:13:42 +00:00
win_regmerge.py Added return documentation to win_regmerge module 2016-03-21 08:25:41 +00:00
win_robocopy.ps1 Add Win Robocopy module (#1078) 2016-05-20 17:25:24 -07:00
win_robocopy.py Add Win Robocopy module (#1078) 2016-05-20 17:25:24 -07:00
win_scheduled_task.ps1 fix: win-scheduled-task strict-mode fixes 2016-04-20 14:12:11 +01:00
win_scheduled_task.py Add note server 2012 note to win_scheduled_task. 2016-03-10 13:41:04 -05:00
win_share.ps1 fixed problems related to userpricincipalname (user@domain) and undefined variables 2016-01-12 11:39:19 +01:00
win_share.py fixxed tests 2016-01-12 12:41:41 +01:00
win_timezone.ps1 removed hardcoded paths, check for .exe error exit code, use get-attr for required param check. 2015-06-25 16:01:17 -05:00
win_timezone.py DOCUMENTATION fixes for a few modules 2016-03-01 14:22:08 -06:00
win_unzip.ps1 win_unzip: Use absolute path for src and dest 2016-03-20 12:29:26 +01:00
win_unzip.py minor doc fixes that had lingering description of deprecated functions 2015-07-17 22:15:57 -05:00
win_updates.ps1 win_updates fix to use documented InstanceGuid property name 2016-04-07 17:38:38 -07:00
win_updates.py Fixing win_updates example for listing available updates. 2016-03-18 19:07:54 +01:00
win_uri.ps1 Converting result to snake_case before returning 2016-03-02 09:54:31 -06:00
win_uri.py Converting result to snake_case before returning 2016-03-02 09:54:31 -06:00
win_webpicmd.ps1 Fix #1101: win_webpicmd strict mode fixes 2015-10-14 00:39:59 -07:00
win_webpicmd.py more doc fixes 2015-07-28 14:27:21 -04:00