Dag Wieers
c8d3dd9a15
Small fixes
2017-01-06 16:11:56 -05:00
Angus Williams
f7d000fe74
Stops New-PSDrive commandlet producing output which was causing warnings ( #19873 )
2017-01-05 17:09:04 -08:00
Corwin Brown
9b7c9931db
Issue #19575 : Adding Dest Param to win_uri ( #19577 )
...
* Issue #19575 : Adding Dest Param to win_uri
Added `dest` param to win_uri. Outputs the response body to a specified
file.
Addresses Issue #19575
* Was setting the wrong attribute
2017-01-04 13:33:47 -08:00
Kevin Houdebert
2ffb705049
Fix win_robocopy flags argument ( #19603 )
2017-01-04 14:27:24 +00:00
Fabio Alessandro Locati
06abeea5ad
Improve YAML examples - windows/win_package.py ( #19407 )
...
* Improve YAML examples - windows/win_package.py
* Fix quote
* Fix typo
2016-12-19 13:58:28 -08:00
Fabio Alessandro Locati
3c64ccd6e1
Make examples in YAML format - windows/win_acl.py ( #18836 )
...
* Make examples in YAML format - windows/win_acl.py
* Raw string
2016-12-19 13:57:21 -08:00
Fabio Alessandro Locati
fb0779f657
Improve YAML examples - windows/win_regedit.py ( #19400 )
2016-12-15 15:05:18 -08:00
Fabio Alessandro Locati
b6f2565d60
Improve YAML examples - windows/win_template.py ( #19408 )
2016-12-15 15:04:49 -08:00
Fabio Alessandro Locati
beb6ed08cd
Improve YAML examples - windows/win_owner.py ( #19406 )
2016-12-15 15:00:28 -08:00
Fabio Alessandro Locati
12205598c3
Improve YAML examples - windows/win_acl_inheritance.py ( #19405 )
2016-12-15 15:00:03 -08:00
Fabio Alessandro Locati
5a87f26658
Improve YAML examples - windows/win_get_url.py ( #19404 )
2016-12-15 14:59:07 -08:00
Fabio Alessandro Locati
5f8f1fa782
Improve YAML examples - windows/win_iis_webapppool.py ( #19403 )
2016-12-15 14:57:26 -08:00
Fabio Alessandro Locati
83d0f621da
Improve YAML examples - windows/win_iis_webapplication.py ( #19402 )
2016-12-15 14:56:29 -08:00
Fabio Alessandro Locati
f57418c2c1
Improve YAML examples - windows/win_user.py ( #19401 )
2016-12-15 14:56:04 -08:00
Fabio Alessandro Locati
9b3d9e1780
Improve YAML examples - windows/win_file_version.py ( #19399 )
2016-12-15 14:54:12 -08:00
Fabio Alessandro Locati
0aa16b36b7
Make the example in proper yaml format - windows/win_iis_virtualdirectory.py ( #18829 )
...
* Make the example in proper yaml format
* Add r
2016-12-15 14:53:30 -08:00
Fabio Alessandro Locati
75bcec0ef5
Fix conflict and typos ( #18831 )
2016-12-15 14:50:22 -08:00
Fabio Alessandro Locati
066872cdc6
Improve examples ( #18830 )
2016-12-15 10:43:50 -08:00
Fabio Alessandro Locati
8dc3b60d0f
Remove unneeded quotes - windows/win_uri.py ( #18828 )
2016-12-15 10:38:02 -08:00
Fabio Alessandro Locati
cf5449c5d9
Remove unneeded quotes - windows/win_unzip.py ( #18827 )
2016-12-15 10:37:02 -08:00
Fabio Alessandro Locati
439f98005f
Highly rewrite and fix the examples - windows/win_iis_webbinding.py ( #18823 )
2016-12-15 10:34:20 -08:00
Carlos E. Garcia
0b8011436d
minor spelling changes
2016-12-13 13:51:13 -05:00
Matt Clay
ac7edef2be
Fix modules with documentation errors.
2016-12-09 16:08:26 -07:00
Fabio Alessandro Locati
60f6bab430
Remove x bit - windows/win_copy.py ( #18824 )
2016-12-09 08:30:27 -05:00
Matt Clay
c709b22e5c
Fix differences with devel.
2016-12-08 11:35:21 -05:00
James Cammarata
fa5386c488
Some additional module cleanup of mistakes made during merging
2016-12-08 11:35:20 -05:00
Matt Davis
cb1888125d
add metadata to doc support ( #18802 )
...
fix broken module docs
change doc AST id extraction to use == instead of in
2016-12-08 11:35:20 -05:00
James Cammarata
011ea55a8f
Relocating extras into lib/ansible/modules/ after merge
2016-12-08 11:35:18 -05:00
James Cammarata
8afa090417
Resolving differences in core modules post-merge
2016-12-08 11:25:36 -05:00
Toshio Kuratomi
7319104552
Refreshed metadata for core modules
2016-12-08 11:25:35 -05:00
Fabio Alessandro Locati
2b0bdd45e8
Unquote urls in YAML - windows ( #5798 )
2016-12-08 11:25:34 -05:00
Matt Davis
ce0412aa85
Fix test failures in win_command/win_shell on Powershell 3
...
Switched to use Exit-Json to avoid JSON escaping bugs in ConvertTo-Json formatter without -Compress option.
2016-12-08 11:25:33 -05:00
Sam Doran
c0c26f83a8
Examples syntax batch7 ( #5624 )
...
* Change example syntax on nxos_feature module
* Change example syntax on nxos_hsrp module
* Change example syntax on nxos_igmp module
* Change example syntax on nxos_interface module
* Change example syntax on nxos_interface_ospf module
* Change example syntax on nxos_ip_interface module
* Change example syntax on nxos_ping module
* Change example syntax on nxos_switchport module
* Change example syntax on nxos_vlan module
* Change example syntax on nxos_vrf module
* Change example syntax on nxos_vrf_interface module
* Change example syntax on nxos_vrrp module
* Change example syntax on meta module
* Change example syntax on set_fact module
* Change example syntax on win_copy module
* Change example syntax on win_file module
* Change example syntax on win_get_url module
Remove escaping of \ characeter in Windows paths since it's no longer required for single quoted or unquoted values when using multi-line YAML syntax.
* Change example syntax on win_lineinfile module
* Change example syntax on win_msi module
* Change example syntax on win_stat module
* Remove nxos_bgp example from nxos_igmp module
* Mark examples as regexp to avoid syntax error
* Cleanup win_copy.py examples
* Cleanup win_file.py examples
* Remove quotes in win_get_url.py examples
* Cleanup quotes and languare in win_lineinfile.py
* Cleanup examples in win_group.py
* Cleanup examples in win_service.py
* Don't use : in documentation because it breaks the YAML syntax check
* Cleanup win_copy.py examples
* Cleanup win_copy.py examples
* Minor change to fix test failure
* Use single quotes
2016-12-08 11:25:33 -05:00
John R Barker
b1c6b9272f
win_msi - Don't list choices twice ( #5684 )
...
* win_msi - Dont list choices twise
http://docs.ansible.com/ansible/win_msi_module.html shows
Choices:
True
True
False
False
As the yes/no are expanded to true/false by the docs generation
* Update win_msi.py
2016-12-08 11:25:32 -05:00
Matt Davis
13a9b98565
Prevent handle inheritance from blocking Windows async_wrapper ( #5666 )
2016-12-08 11:25:32 -05:00
Matt Davis
2c216cdf35
fix JSON junk in win_file state=directory case ( #5427 )
2016-12-08 11:25:24 -05:00
Matt Davis
8e97539e20
fix win_shell/win_command deadlock on large interleaved stdout/stderr ( #5384 )
...
fixes #5229
2016-12-08 11:25:24 -05:00
Matt Davis
dfc2a29bdb
fix win async tempdir deletion failure
2016-12-08 11:25:24 -05:00
Matt Davis
73f77e2af6
switch win async to use Win32 CreateProcess
...
should fix flaky async startup behavior where watchdog/module exec starts and immediately dies
2016-12-08 11:25:24 -05:00
John R Barker
25b6492d37
Bulk spelling improvement to modules-core ( #5225 )
...
* Correct spelling mistakes
* Correct more spelling issues
* merge conflict
* Revert typo in parms
2016-12-08 11:25:20 -05:00
Matt Davis
e2f66abe73
fixed windows setup to run in check_mode
2016-12-08 11:25:18 -05:00
Matt Davis
48b0cb750c
(re)add post-watchdog-launch sleep to Windows async_wrapper ( #5122 )
...
fixed apparent race where subprocess appears to never start
2016-12-08 11:25:17 -05:00
Matt Davis
66a1b15f89
remove broken ansible_user_uid fact from Windows setup
2016-12-08 11:25:15 -05:00
Trond Hindenes
0da88d4744
win_feature_docs_update ( #4421 )
2016-12-08 11:25:12 -05:00
Matt Davis
6daa34e1c5
add win_shell/win_command modules + docs ( #4827 )
2016-12-08 11:25:05 -05:00
nitzmahone
915b59a6d5
Fix win_user issue with disabled accounts/expired passwords
...
Disabled and password-expired accounts cannot call ValidatePassword successfully
fixed #4369
2016-12-08 11:25:04 -05:00
Matt Davis
009ebf619b
fix async_wrapper start suspended race ( #4718 )
...
Main thread in started-suspended process may not be immediately resumable on slow targets- poll for proper state for awhile before attempting resume
2016-12-08 11:25:02 -05:00
Matt Davis
6099e6d19e
Windows async module support ( #4710 )
...
Powershell impls of async_wrapper, async_status- associated tests and async action changes are in https://github.com/ansible/ansible/pull/17400 .
2016-12-08 11:25:02 -05:00
Gennady Trafimenkov
7ea7564bf4
Clarify what checksum algorithm is used by copy modules ( #4198 )
2016-12-08 11:24:54 -05:00
Richard Levenberg
4943d329a4
handle multiple winrm listeners ( #4142 )
...
* handle multiple winrm listeners
* use the sorterd array
2016-12-08 11:24:43 -05:00