community.general/lib/ansible/modules/windows
Dag Wieers d863027159 Windows: Add missing parameter types and doc fixes (#50232)
* Windows: Add missing parameter types and doc fixes

This PR includes:
- Adding missing parameter types
- Various documentation fixes

* Update lib/ansible/modules/windows/win_copy.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/windows/win_credential.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/windows/win_domain_computer.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/windows/win_domain_user.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/windows/win_environment.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/windows/win_psexec.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/windows/win_uri.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Update lib/ansible/modules/windows/win_wait_for.py

Co-Authored-By: dagwieers <dag@wieers.com>

* Ensure docstrings are raw strings
2019-01-03 10:50:44 -06:00
..
__init__.py
_win_msi.py Stub out modules scheduled for 2.8 removal (#44985) 2018-08-31 16:27:32 -05:00
async_status.ps1 async: use async_dir for the async results file directory (#45461) 2018-09-20 19:37:54 +10:00
setup.ps1 fix facts memtotal_mb rounding on VMWare and swaptotal_mb conversion from KB to MB (#49940) 2018-12-18 08:09:19 +10:00
slurp.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_acl.ps1 Windows Privileges - moved util code to it's own C# util (#48897) 2018-12-14 12:00:46 +10:00
win_acl.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_acl_inheritance.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_acl_inheritance.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_audit_policy_system.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_audit_policy_system.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_audit_rule.ps1 fix #Requires to be valid in real Powershell (#31858) 2017-10-23 11:40:54 -07:00
win_audit_rule.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_certificate_store.ps1 Added basic equivalent to PowerShell modules (#44705) 2018-11-07 10:53:17 +10:00
win_certificate_store.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_chocolatey.ps1 win_chocolatey - move over to AnsibleModule and add allow_multiple (#48370) 2018-11-14 16:18:34 +10:00
win_chocolatey.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_chocolatey_config.ps1 win_chocolatey_config: added module to manage Chocolatey config (#42915) 2018-07-18 10:36:59 +10:00
win_chocolatey_config.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_chocolatey_facts.ps1 win_chocolatey - move over to AnsibleModule and add allow_multiple (#48370) 2018-11-14 16:18:34 +10:00
win_chocolatey_facts.py Convert to reduced list of known types (#50010) 2018-12-19 07:25:30 +10:00
win_chocolatey_feature.ps1 win_chocolatey_feature: new module (#42848) 2018-07-18 10:36:43 +10:00
win_chocolatey_feature.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_chocolatey_source.ps1 ps-lint: ignore rules that are not relevant to Ansible (#46376) 2018-10-04 05:55:02 +10:00
win_chocolatey_source.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_command.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_command.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_copy.ps1 win_copy - fix remote dir copy when it contains an empty dir (#50126) 2018-12-19 14:55:09 +10:00
win_copy.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_credential.ps1 win_credential: new module to manage credentials (#48840) 2018-11-22 06:55:48 +10:00
win_credential.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_defrag.ps1 win_defrag: Rewrite using AnsibleModule (#48381) 2018-11-12 08:10:47 +10:00
win_defrag.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_disk_facts.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_disk_facts.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_disk_image.ps1 win_disk_image: return all mount paths in return value (#44799) 2018-08-30 16:25:45 +10:00
win_disk_image.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_dns_client.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_dns_client.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_domain.ps1 win_domain: Add missing functionality (#46552) 2018-10-19 13:18:52 +10:00
win_domain.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_domain_computer.ps1 Module win_domain_computer fix delete computer with child (#44500) 2018-08-27 15:54:16 +10:00
win_domain_computer.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_domain_controller.ps1 win_domain modules: ensure Netlogon service is still running after promotion (#43703) 2018-08-10 16:17:45 +10:00
win_domain_controller.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_domain_group.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_domain_group.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_domain_membership.ps1 Fixes authentication error when ansible_user is a local account and computer is already joined to domain (#44270) 2018-09-11 13:20:45 +10:00
win_domain_membership.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_domain_user.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_domain_user.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_dotnet_ngen.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_dotnet_ngen.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_dsc.ps1 win_exec: refactor PS exec runner (#45334) 2018-10-02 15:55:53 -07:00
win_dsc.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_environment.ps1 Added basic equivalent to PowerShell modules (#44705) 2018-11-07 10:53:17 +10:00
win_environment.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_eventlog.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_eventlog.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_eventlog_entry.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_eventlog_entry.py Add seealso section to Windows and related modules (#49845) 2018-12-15 03:23:59 +01:00
win_feature.ps1 Win deprecate 2.8 (#45473) 2018-09-11 14:23:48 +10:00
win_feature.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_file.ps1 Add Ansible.ModuleUtils.PrivilegeUtil and converted code to use it (#43179) 2018-07-30 14:48:54 -07:00
win_file.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_file_version.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_file_version.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_find.ps1 Add Ansible.ModuleUtils.PrivilegeUtil and converted code to use it (#43179) 2018-07-30 14:48:54 -07:00
win_find.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_firewall.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_firewall.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_firewall_rule.ps1 win_firewall_rule: Remove invalid 'bypass' action (#50207) 2018-12-21 12:05:28 +10:00
win_firewall_rule.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_get_url.ps1 win_get_url: Rewrite using AnsibleModule (#48390) 2018-11-19 08:17:13 +10:00
win_get_url.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_group.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_group.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_group_membership.ps1 win_group_membership - fix random issue with CI on 2012 R2 (#45462) 2018-09-11 13:07:43 +10:00
win_group_membership.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_hostname.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_hostname.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_hotfix.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_hotfix.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_iis_virtualdirectory.ps1 Windows: Get rid of remaining Get-Attr modules (#42921) 2018-07-19 05:37:07 +10:00
win_iis_virtualdirectory.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_iis_webapplication.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_iis_webapplication.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_iis_webapppool.ps1 win_iis_webapppool: do not output some cmdlet outputs (#41884) 2018-06-26 11:19:09 +10:00
win_iis_webapppool.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_iis_webbinding.ps1 windows testing - changes to accomodate future behaviour changes (#45464) 2018-09-11 13:04:23 +10:00
win_iis_webbinding.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_iis_website.ps1 Windows: Get rid of remaining Get-Attr modules (#42921) 2018-07-19 05:37:07 +10:00
win_iis_website.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_lineinfile.ps1 win_lineinfile - fix malformed returned json (#50066) 2018-12-19 05:39:25 +10:00
win_lineinfile.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_mapped_drive.ps1 win_mapped_drive - refactor module and docs (#48642) 2018-11-22 08:12:41 +10:00
win_mapped_drive.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_msg.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_msg.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_nssm.ps1 Fix win_nssm credentials quoting (#48761) 2018-12-05 10:38:28 +10:00
win_nssm.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_owner.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_owner.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_package.ps1 Add chdir support to win_package (#46123) 2018-10-08 16:28:28 +10:00
win_package.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_pagefile.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_pagefile.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_partition.ps1 Add win_partition (#46292) 2018-11-26 11:01:59 +10:00
win_partition.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_path.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_path.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_pester.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_pester.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_ping.ps1 Added basic equivalent to PowerShell modules (#44705) 2018-11-07 10:53:17 +10:00
win_ping.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_power_plan.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_power_plan.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_product_facts.ps1 Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_product_facts.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_psexec.ps1 win_psexec: Rewrite using AnsibleModule (#48383) 2018-11-12 07:00:57 +10:00
win_psexec.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_psmodule.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_psmodule.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_psrepository.ps1 Add win_psrepository (#48828) 2018-12-04 22:47:28 +01:00
win_psrepository.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_rabbitmq_plugin.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_rabbitmq_plugin.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_reboot.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_reg_stat.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_reg_stat.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_regedit.ps1 Windows Privileges - moved util code to it's own C# util (#48897) 2018-12-14 12:00:46 +10:00
win_regedit.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_region.ps1 Add Ansible.ModuleUtils.PrivilegeUtil and converted code to use it (#43179) 2018-07-30 14:48:54 -07:00
win_region.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_regmerge.ps1 fixed tests after EAP set to Stop globally, ci_complete 2018-10-03 09:17:27 -07:00
win_regmerge.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_robocopy.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_robocopy.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_route.ps1 Fixed win_route module (#46395) 2018-12-05 22:39:06 -05:00
win_route.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_say.ps1 win_say: Port to use CSharpUtil AnsibleBasic (#48361) 2018-11-19 07:07:12 +10:00
win_say.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_scheduled_task.ps1 win_exec: refactor PS exec runner (#45334) 2018-10-02 15:55:53 -07:00
win_scheduled_task.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_scheduled_task_stat.ps1 win_scheduled_task: add deprecation warning for repetition format (#45468) 2018-09-11 14:22:57 +10:00
win_scheduled_task_stat.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_security_policy.ps1 win_security_policy - add warning when using this module ot edit rights (#48850) 2018-11-20 09:21:28 +10:00
win_security_policy.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_service.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_service.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_share.ps1 fixed tests after EAP set to Stop globally, ci_complete 2018-10-03 09:17:27 -07:00
win_share.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_shell.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_shell.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_shortcut.ps1 win_shortcut: add run as admin and fix shell folder idempotency (#48584) 2018-11-14 12:15:04 +10:00
win_shortcut.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_snmp.ps1 win_snmp: Initial commit (#45710) 2018-11-22 06:55:10 +10:00
win_snmp.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_stat.ps1 windows testing - changes to accomodate future behaviour changes (#45464) 2018-09-11 13:04:23 +10:00
win_stat.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_tempfile.ps1 win_tempfile: Rewrite using AnsibleModule (#48386) 2018-11-12 08:30:36 +10:00
win_tempfile.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_template.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_timezone.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_timezone.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_toast.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_toast.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_unzip.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_unzip.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_updates.ps1 win_updates: Correctly report changes on success (#50188) 2018-12-21 11:44:49 +10:00
win_updates.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_uri.ps1 win_uri: fix body with one item in list (#49484) 2018-12-12 14:06:54 +10:00
win_uri.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_user.ps1 ps-lint: ignore rules that are not relevant to Ansible (#46376) 2018-10-04 05:55:02 +10:00
win_user.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_user_right.ps1 Add Ansible.ModuleUtils.PrivilegeUtil and converted code to use it (#43179) 2018-07-30 14:48:54 -07:00
win_user_right.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_wait_for.ps1 Add elapsed return value to select modules (#37969) 2018-08-31 22:20:56 +02:00
win_wait_for.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_wait_for_process.ps1 win_wait_for_process: Rewrite using AnsibleModule (#48388) 2018-11-17 02:15:49 +01:00
win_wait_for_process.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_wakeonlan.ps1 win_wakeonlan: Rewrite using AnsibleModule (#48380) 2018-11-12 07:06:55 +10:00
win_wakeonlan.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_webpicmd.ps1 Windows: Add "special" parameter types to docs (#42853) 2018-07-17 14:29:05 -07:00
win_webpicmd.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_whoami.ps1 Add Ansible.ModuleUtils.PrivilegeUtil and converted code to use it (#43179) 2018-07-30 14:48:54 -07:00
win_whoami.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00
win_xml.ps1 Use System.Xml.XmlDocument.Load rather than Get-Content to avoid (#49206) 2018-12-04 15:19:38 +00:00
win_xml.py Windows: Add missing parameter types and doc fixes (#50232) 2019-01-03 10:50:44 -06:00