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 |