Richard Levenberg
dca3e594ac
handle multiple winrm listeners ( #4142 )
...
* handle multiple winrm listeners
* use the sorterd array
10 years ago
Matt Davis
4c4a6de9d6
Merge pull request #3771 from jhawkesworth/doc_win_get_url_force_no_behaviour
...
document how force=no works for win_get_url and add RETURN
10 years ago
nitzmahone
4a0a9cd1fc
minor win_template doc corrections
10 years ago
nitzmahone
1d0d5db97a
fixes to windows setup
...
coerce multi-socket win32_processor to a single value
WindowsIdentity.Label doesn't exist on .NET 4.0
10 years ago
Matt Davis
3c6f2c2db1
Merge pull request #3777 from dagwieers/win_setup-updates
...
win_setup: Add missing properties
10 years ago
Dag Wieers
1e1b5c6597
Comment out $win32_cs.SystemFamily, cfr. @nitzmahone
...
Since it fails on everything pre-10/2016
10 years ago
Matt Davis
4fe583e29b
Merge pull request #3747 from mixmatch/devel
...
fixed $source null check, reference to $Params
10 years ago
nitzmahone
d4eaeac8c9
StrictMode fixes for win_get_url
10 years ago
nitzmahone
e992cfd473
rename ansible_winrm_certificate_expires fact to avoid collision with connection vars
10 years ago
Dag Wieers
913cfb4274
Fix ansible_distribution and weekday locale (as hinted by @nitzmahone)
10 years ago
Dag Wieers
ae7efb61e3
Retain an important note regarding Win32_PhysicalMemory on virtual platforms
10 years ago
Dag Wieers
c293f7208a
Ensure we are using an English locale for date formatting.
...
(as hinted by @nitzmahone)
10 years ago
Dag Wieers
30151bfadc
Added CPU information comparable to Linux
10 years ago
Dag Wieers
6225614d5f
Added more properties
10 years ago
Dag Wieers
9392851ef7
Format BIOS date string like on Linux
10 years ago
Dag Wieers
4081ab8a0a
win_setup: Add missing properties
...
We add some basic properties for Windows that are available on other platforms.
10 years ago
Trond Hindenes
033dc54d31
Return reboot pending as true/false
10 years ago
=
1a57ac67bd
double backslashed all single backslashes to keep travis happy
10 years ago
=
2cc212fb37
document how force=no works for win_get_url and add RETURN
10 years ago
Daniel Petty
a4e6e6e2ef
fixed $source null check, reference to $Params
...
$source check causes:
FAILED! => {"changed": false, "failed": true, "msg": "A parameter cannot be found that matches parameter name 'Source'."}
$Params.Remove causes:
FAILED! => {"changed": false, "failed": true, "msg": "Method invocation failed because [System.Management.Automation.PSCustomObject] does not contain a method named 'Remove'."}
10 years ago
Toshio Kuratomi
521370459c
Py3 exclude list ( #3698 )
...
* Fix a few modules to pass syntax checks under python3
* Move from a whitelist of modules to check for python3 compat to a blacklist
10 years ago
jhawkesworth
925b4c68ca
fix formatting to avoid smart quotes, which breaks ability to copy and paste the jinja2 header from the web docs ( #3671 )
10 years ago
Toshio Kuratomi
298fd0ae56
Docs fixes
10 years ago
John R Barker
bb9572ca86
ansible-validate-modules part 4: Enable check on ansible-modules-core ( #3526 )
...
* Call ansible-validate-modules
* Correct quotes + add newline
10 years ago
Matt Davis
7ebc8bc5da
Merge pull request #3376 from nitzmahone/win_reboot
...
docs for win_reboot action
10 years ago
Dreamcat4
b3584c5ffe
fix: win_get_url - fixes for strict-mode
10 years ago
Dreamcat4
bb229c8fa2
fix: win_stat - fixes for strict-mode
10 years ago
nitzmahone
2f46c35f47
fix win_user type checking
...
Fixed type checking to be more idiomatic powershell, also fixes a slew of StrictMode issues and gets error handling back to originally-intended behavior.
10 years ago
nitzmahone
8a3e2ec20f
docs for win_reboot action
10 years ago
nitzmahone
06e61cf1db
fix win_stat get_checksum alias issue
...
made it impossible to prevent gathering checksum without setting both get_md5 and get_checksum false
10 years ago
=
dd6ad23179
Use HEAD request to determine if file should be downloaded, ensure download method is the same regardless of force mode.
10 years ago
Matt Davis
ad2b9b342d
Merge pull request #1876 from davidobrien1985/devel
...
Custom Windows Facts
10 years ago
Brian Coca
7a2cb3ad24
Merge pull request #2822 from slimandslam/patch-3
...
Make it clear that the dest path delimiters must be escaped
10 years ago
Matt Martz
7823455516
Add get_checksum option to win_stat to work with new use of the stat module for checksumming
10 years ago
davidobrien1
18047506af
Change fact invocation from dotsourcing to ampersand so that scripts do not execute in global scope.
10 years ago
David O'Brien
e4c2cb96ea
Add documentation to setup.py and remove use of $params.fact_path in setup.ps1
10 years ago
Matt Martz
4e594a9196
Merge pull request #3050 from sivel/module-cleanup
...
Various simple linting type cleanups on modules
10 years ago
Matt Martz
c7845456a6
Various simple linting type cleanups on modules
10 years ago
Jose Moreira
cb712f2ba8
Fixed module doc typos
10 years ago
Toshio Kuratomi
93d02189f6
Remove duplicate documentation fields
10 years ago
J Levitt
df74fa14e8
Make it clear that the dest path delimiters must be escaped
...
Make it clear that the dest path delimiters must be escaped
10 years ago
Matt Davis
81e4042fa4
Merge pull request #2692 from hantonov/devel
...
Adding gathering environment variables to gather_facts on Windows
10 years ago
nitzmahone
0f52ad70cd
fix win_get_url var renames ala xpicio fix PR #2378
...
reimplements #2378 sans formatting merge conflicts
10 years ago
Matt Davis
dfcd227cfe
Merge pull request #2380 from blakfeld/add_facter_to_setup_ps1
...
Adding Facter Support to Setup.ps1
10 years ago
nitzmahone
a21ea16d47
fix version_added on win_msi wait arg
10 years ago
Matt Davis
5f6d0f73f4
Merge pull request #2563 from h0nIg/devel_win_msi_fix
...
fix problem with file content and high cpu/out of memory errors
10 years ago
Matt Davis
4e4763be84
Merge pull request #1109 from schwartzmx/update/win_msi
...
updates win_msi to allow install/uninstall to wait
10 years ago
Brian Coca
1873afc29d
Merge pull request #2574 from h0nIg/devel_win_lineinfile_acl
...
win_lineinfile: acl fix
10 years ago
Brian Coca
d0180f2328
really fixed the doc formatting
10 years ago
Brian Coca
a876214bd5
fixed win_feature docs
...
added version_added for source and fixed some yaml parsing
10 years ago