community.general/lib/ansible/modules/windows
Dag Wieers 1c9a570ffe win_timezone: Add diff support, integration tests (#25284)
* win_timezone: Add diff support, integration tests

This PR includes:

- Diff support
- Returns both previous_timezone and timezone
- Adds integration tests
- More examples
- Improved documentation

* Merged the changes from jborean93's PR
2017-06-14 17:34:46 +01:00
..
__init__.py
async_status.ps1
async_wrapper.ps1
setup.ps1
slurp.ps1
win_acl.ps1 Windows: Get rid of Set-Attr in remaining modules (#23525) 2017-04-13 11:34:33 -07:00
win_acl.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
win_acl_inheritance.ps1 Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
win_acl_inheritance.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
win_chocolatey.ps1 win_chocolatey: Perform exact presence check (#23098) 2017-04-04 09:39:27 -07:00
win_chocolatey.py win_chocolatey: Add check-mode support (#22501) 2017-03-14 18:57:29 -07:00
win_command.ps1 win_command/win_shell: Clean up and make coherent (#21371) 2017-03-23 20:05:22 -07:00
win_command.py windows: Various small documentation fixes (#23138) 2017-05-08 18:03:56 -07:00
win_copy.ps1 win_copy: Fix recursive copy (#23581) 2017-05-23 10:46:13 -07:00
win_copy.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
win_defrag.ps1 win_defrag: New module to defragment local volumes (#23140) 2017-06-07 10:52:28 -07:00
win_defrag.py win_defrag: New module to defragment local volumes (#23140) 2017-06-07 10:52:28 -07:00
win_disk_image.ps1
win_disk_image.py Pep8 fixes for Windows module (#24349) 2017-05-07 20:59:35 +01:00
win_dns_client.ps1
win_dns_client.py Pep8 fixes for Windows module (#24349) 2017-05-07 20:59:35 +01:00
win_domain.ps1 changed parameter name from forest_root_dns_domain to dns_domain_name (to match documentation and other win_domain* modules) and fix example which has win_domain_controller instead of win_domain for module name. (#23081) 2017-03-29 11:34:45 -07:00
win_domain.py Pep8 fixes for Windows module (#24349) 2017-05-07 20:59:35 +01:00
win_domain_controller.ps1
win_domain_controller.py Pep8 fixes for Windows module (#24349) 2017-05-07 20:59:35 +01:00
win_domain_membership.ps1
win_domain_membership.py Pep8 fixes for Windows module (#24349) 2017-05-07 20:59:35 +01:00
win_dotnet_ngen.ps1 Windows: Get rid of Set-Attr in remaining modules (#23525) 2017-04-13 11:34:33 -07:00
win_dotnet_ngen.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
win_dsc.ps1 New module: win dsc (#24872) 2017-06-01 14:50:12 -07:00
win_dsc.py New module: win dsc (#24872) 2017-06-01 14:50:12 -07:00
win_environment.ps1
win_environment.py win_environment: Added tests and return info in document (#25064) 2017-06-08 17:39:10 +01:00
win_feature.ps1 Deprecated restart option in win_feature, added return docs 2017-05-03 17:06:02 -07:00
win_feature.py Deprecated restart option in win_feature, added return docs 2017-05-03 17:06:02 -07:00
win_file.ps1 win_file: fix error when creating an existing dir (#19070) 2017-03-17 09:33:57 -07:00
win_file.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
win_file_version.ps1 spelling fixes (non-trivial, changing messages) (#25094) 2017-06-01 10:45:19 +01:00
win_file_version.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
win_find.ps1 win_find fix up age parameter (#23195) 2017-04-03 11:43:07 -07:00
win_find.py fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
win_firewall.ps1 win_firewall: check-mode support, integration tests (#25127) 2017-06-13 17:32:22 +01:00
win_firewall.py Added requires WMF5 note to win_firewall module documentations (#25676) 2017-06-14 15:10:17 +01:00
win_firewall_rule.ps1 win_firewall_rule: Implement idempotency, check-mode and diff support (#23162) 2017-05-30 16:10:33 -07:00
win_firewall_rule.py win_firewall_rule: Implement idempotency, check-mode and diff support (#23162) 2017-05-30 16:10:33 -07:00
win_get_url.ps1 Fix #22126 (#22128) 2017-03-29 11:29:27 -07:00
win_get_url.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
win_group.ps1
win_group.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
win_iis_virtualdirectory.ps1
win_iis_virtualdirectory.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
win_iis_webapplication.ps1
win_iis_webapplication.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
win_iis_webapppool.ps1 win_iis_webapppool: Use Get-AnsibleParam to retrieve parameter 2017-03-23 07:42:47 -07:00
win_iis_webapppool.py Pep8 fixes for Windows module (#24349) 2017-05-07 20:59:35 +01:00
win_iis_webbinding.ps1
win_iis_webbinding.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
win_iis_website.ps1
win_iis_website.py Added example of removing the standard website and port 80 binding (#22457) 2017-03-16 14:52:28 -07:00
win_lineinfile.ps1
win_lineinfile.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
win_msg.ps1
win_msg.py Pep8 fixes for Windows module (#24349) 2017-05-07 20:59:35 +01:00
win_msi.ps1
win_msi.py Pep8 fixes for Windows module (#24349) 2017-05-07 20:59:35 +01:00
win_nssm.ps1
win_nssm.py windows: Various small documentation fixes (#23138) 2017-05-08 18:03:56 -07:00
win_owner.ps1
win_owner.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
win_package.ps1 Windows: Get rid of Set-Attr in remaining modules (#23525) 2017-04-13 11:34:33 -07:00
win_package.py [Doc] win_package - product_id is a mandatory parameter (#24007) 2017-04-26 12:36:12 +01:00
win_path.ps1
win_path.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
win_ping.ps1
win_ping.py Pep8 fixes for Windows module (#24349) 2017-05-07 20:59:35 +01:00
win_psexec.ps1 win_psexec: Change default for -nobanner (#24739) 2017-05-18 08:25:38 +01:00
win_psexec.py win_psexec: Change default for -nobanner (#24739) 2017-05-18 08:25:38 +01:00
win_reboot.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
win_reg_stat.ps1 win_reg_stat change the module parameters for standardisation (#22732) 2017-03-23 15:15:28 -07:00
win_reg_stat.py win_reg_stat change the module parameters for standardisation (#22732) 2017-03-23 15:15:28 -07:00
win_regedit.ps1
win_regedit.py Small consistency fixes (#23294) 2017-04-05 22:03:29 +01:00
win_region.ps1
win_region.py windows: Various small documentation fixes (#23138) 2017-05-08 18:03:56 -07:00
win_regmerge.ps1
win_regmerge.py fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
win_robocopy.ps1
win_robocopy.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
win_route.ps1 New module: Add module to add/remove a network static route on windows (windows/win_route) (#23405) 2017-06-07 10:25:50 -07:00
win_route.py New module: Add module to add/remove a network static route on windows (windows/win_route) (#23405) 2017-06-07 10:25:50 -07:00
win_say.ps1
win_say.py Small improvement to the way the powershell code lines render in win_say module (html rendering only, still does not break lines properly in ansible-doc) (#25624) 2017-06-13 08:18:32 +01:00
win_scheduled_task.ps1 Allow win_scheduled_task to support adding and removing task paths (#24025) 2017-06-14 08:02:36 +01:00
win_scheduled_task.py Allow win_scheduled_task to support adding and removing task paths (#24025) 2017-06-14 08:02:36 +01:00
win_service.ps1 win_service Added -Force option and minor cleanup (#22598) 2017-03-14 18:53:31 -07:00
win_service.py fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
win_share.ps1 Windows: Get rid of Set-Attr in remaining modules (#23525) 2017-04-13 11:34:33 -07:00
win_share.py win_share: tweaks after the caching mode changes (#22763) 2017-03-23 15:08:53 -07:00
win_shell.ps1 Cleanse CLIXML from win_shell stderr (#23329) 2017-04-06 01:39:20 -07:00
win_shell.py windows: Various small documentation fixes (#23138) 2017-05-08 18:03:56 -07:00
win_shortcut.ps1
win_shortcut.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
win_stat.ps1 win_stat change return islink to islnk to match stat (#23196) 2017-04-03 11:38:34 -07:00
win_stat.py Add 'exists' to win_stat return docs (#25146) 2017-06-03 09:11:09 +01:00
win_tempfile.ps1
win_tempfile.py Pep8 fixes for Windows module (#24349) 2017-05-07 20:59:35 +01:00
win_template.py Windows: Use the correct newline sequence for the platform (#21846) 2017-03-23 19:47:10 -07:00
win_timezone.ps1 win_timezone: Add diff support, integration tests (#25284) 2017-06-14 17:34:46 +01:00
win_timezone.py win_timezone: Add diff support, integration tests (#25284) 2017-06-14 17:34:46 +01:00
win_unzip.ps1 Windows: Get rid of Set-Attr in remaining modules (#23525) 2017-04-13 11:34:33 -07:00
win_unzip.py E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
win_updates.ps1
win_updates.py windows: Various small documentation fixes (#23138) 2017-05-08 18:03:56 -07:00
win_uri.ps1
win_uri.py fixed RETURN docs for modules (#24011) 2017-04-26 15:56:13 +01:00
win_user.ps1 Fix win_user warning message (#24263) 2017-05-04 12:53:19 -07:00
win_user.py New metadata 1.0 (#22587) 2017-03-14 09:07:22 -07:00
win_webpicmd.ps1 Windows: Get rid of Set-Attr in remaining modules (#23525) 2017-04-13 11:34:33 -07:00
win_webpicmd.py windows: Various small documentation fixes (#23138) 2017-05-08 18:03:56 -07:00