Matt Davis
|
e2f66abe73
|
fixed windows setup to run in check_mode
|
2016-12-08 11:25:18 -05:00 |
Matt Davis
|
66a1b15f89
|
remove broken ansible_user_uid fact from Windows setup
|
2016-12-08 11:25:15 -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 |
nitzmahone
|
1a4804cc60
|
fixes to windows setup
coerce multi-socket win32_processor to a single value
WindowsIdentity.Label doesn't exist on .NET 4.0
|
2016-12-08 11:24:40 -05:00 |
Dag Wieers
|
df2ef26bc7
|
Comment out $win32_cs.SystemFamily, cfr. @nitzmahone
Since it fails on everything pre-10/2016
|
2016-12-08 11:24:40 -05:00 |
Dag Wieers
|
35b9810e39
|
Fix ansible_distribution and weekday locale (as hinted by @nitzmahone)
|
2016-12-08 11:24:40 -05:00 |
Dag Wieers
|
36d0bac0a3
|
Retain an important note regarding Win32_PhysicalMemory on virtual platforms
|
2016-12-08 11:24:40 -05:00 |
Dag Wieers
|
efaaa79157
|
Ensure we are using an English locale for date formatting. (as hinted by @nitzmahone)
|
2016-12-08 11:24:40 -05:00 |
Dag Wieers
|
790adc126f
|
Added CPU information comparable to Linux
|
2016-12-08 11:24:39 -05:00 |
Dag Wieers
|
dc432c5697
|
Added more properties
|
2016-12-08 11:24:39 -05:00 |
Dag Wieers
|
f8b0cf50b4
|
Format BIOS date string like on Linux
|
2016-12-08 11:24:39 -05:00 |
Dag Wieers
|
457ccc2e73
|
win_setup: Add missing properties
We add some basic properties for Windows that are available on other platforms.
|
2016-12-08 11:24:39 -05:00 |
nitzmahone
|
e7075f3e93
|
rename ansible_winrm_certificate_expires fact to avoid collision with connection vars
|
2016-12-08 11:24:37 -05:00 |
Trond Hindenes
|
7747be71b4
|
Return reboot pending as true/false
|
2016-12-08 11:24:35 -05:00 |
davidobrien1
|
a874e1e25e
|
Change fact invocation from dotsourcing to ampersand so that scripts do not execute in global scope.
|
2016-12-08 11:24:10 -05:00 |
David O'Brien
|
ce7a86b4ce
|
Add documentation to setup.py and remove use of $params.fact_path in setup.ps1
|
2016-12-08 11:24:09 -05:00 |
Hillel Antonov
|
8d5cebd597
|
Adding gathering environment variables to gather facts on Windows making similar in functionality to gather facts on Linux
|
2016-12-08 11:23:58 -05:00 |
Corwin Brown
|
c075c000c8
|
Adding Facter
|
2016-12-08 11:23:57 -05:00 |
jhawkesworth@users.noreply.github.com
|
5453d1e959
|
Fix for 13315 - minute now included in ansible_date_time on windows hosts
|
2016-12-08 11:23:49 -05:00 |
nitzmahone
|
45fff5d939
|
fixed ansible_totalmem fact returning 0
Win32_PhysicalMemory CIM object is busted on some virtual environments, switched
to Win32_ComputerSystem.TotalPhysicalMemory
|
2016-12-08 11:23:47 -05:00 |
Michael Perzel
|
1fc2c8c324
|
Added date, year and month attributes
|
2016-12-08 11:23:40 -05:00 |
Michael Perzel
|
7ee0fa3b4b
|
Add ansible_date_time to windows facts
|
2016-12-08 11:23:40 -05:00 |
Matt Calhoun
|
52f9c3468c
|
The variable $uppercase_cert_thumbprint cannot be retrieved because it has not been set.
|
2016-12-08 11:23:38 -05:00 |
Matt Calhoun
|
a9d954b087
|
The variable $winrm_cert_thumbprint cannot be retrieved because it has not been set.
|
2016-12-08 11:23:38 -05:00 |
Matt Calhoun
|
70f7f144e0
|
The variable $https_listener cannot be retrieved because it has not been set.
|
2016-12-08 11:23:38 -05:00 |
Matt Calhoun
|
72970ab7a8
|
The variable $winrm_https_listener_path cannot be retrieved because it has not been set
|
2016-12-08 11:23:38 -05:00 |
Chris Church
|
c35d7304c9
|
Revert "Rename powershell versions of setup and slurp so they don't shadow the python versions of these modules."
This reverts commit d4e16b0c736081b7a41158063f3edef8f235adda.
|
2016-12-08 11:23:36 -05:00 |
Toshio Kuratomi
|
8ce7348d52
|
Rename powershell versions of setup and slurp so they don't shadow the python versions of these modules.
This change goes along with https://github.com/ansible/ansible/02502c5727753d02819cb32b94dc2035b65d81a7
|
2016-12-08 11:23:35 -05:00 |
Chris Church
|
9ed0a5a920
|
* Update core modules to fix strict mode errors. * Also fix creates parameter issue in win_msi as described in https://github.com/ansible/ansible-modules-core/issues/129, slightly different fix from https://github.com/ansible/ansible-modules-core/pull/1482 * Fix setup.ps1 module issue described in https://github.com/ansible/ansible-modules-core/issues/1927
|
2016-12-08 11:23:34 -05:00 |
nitzmahone
|
51154a6991
|
added windows facts ansible_lastboot, ansible_uptime_seconds
switched OS object to Get-CimInstance since we need a DateTime object for lastbootuptime
|
2016-12-08 11:23:32 -05:00 |
Pepe Barbe
|
5dc322b911
|
Add OS architecture and OS name to the Windows setup module
|
2016-12-08 11:23:07 -05:00 |
Michael DeHaan
|
c7e9139a1b
|
Fix filename error.
|
2016-12-08 11:22:22 -05:00 |
Michael DeHaan
|
213e518165
|
file extensions!
|
2016-12-08 11:22:22 -05:00 |
Michael DeHaan
|
c7eec45b73
|
Restructuring.
|
2016-12-08 11:22:22 -05:00 |