summaryrefslogtreecommitdiff
path: root/windows/setup.ps1
Commit message (Expand)AuthorAgeFilesLines
* fixed windows setup to run in check_modeMatt Davis2016-10-031-3/+1
* remove broken ansible_user_uid fact from Windows setupMatt Davis2016-09-301-1/+0
* handle multiple winrm listeners (#4142)Richard Levenberg2016-07-121-18/+23
* fixes to windows setupnitzmahone2016-06-291-1/+4
* Merge pull request #3777 from dagwieers/win_setup-updatesMatt Davis2016-06-271-12/+68
|\
| * Comment out $win32_cs.SystemFamily, cfr. @nitzmahoneDag Wieers2016-06-271-1/+1
| * Fix ansible_distribution and weekday locale (as hinted by @nitzmahone)Dag Wieers2016-06-091-4/+3
| * Retain an important note regarding Win32_PhysicalMemory on virtual platformsDag Wieers2016-06-091-0/+1
| * Ensure we are using an English locale for date formatting.Dag Wieers2016-06-091-2/+2
| * Added CPU information comparable to LinuxDag Wieers2016-06-081-1/+13
| * Added more propertiesDag Wieers2016-06-081-13/+48
| * Format BIOS date string like on LinuxDag Wieers2016-06-081-1/+1
| * win_setup: Add missing propertiesDag Wieers2016-06-081-1/+10
* | rename ansible_winrm_certificate_expires fact to avoid collision with connect...nitzmahone2016-06-141-1/+2
|/
* Return reboot pending as true/falseTrond Hindenes2016-06-061-0/+3
* Change fact invocation from dotsourcing to ampersand so that scripts do not e...davidobrien12016-02-261-1/+1
* Add documentation to setup.py and remove use of $params.fact_path in setup.ps1David O'Brien2016-02-261-2/+29
* Merge pull request #2692 from hantonov/develMatt Davis2016-01-151-0/+10
|\
| * Adding gathering environment variables to gather facts on WindowsHillel Antonov2015-12-151-0/+10
* | Merge pull request #2380 from blakfeld/add_facter_to_setup_ps1Matt Davis2016-01-141-4/+23
|\ \ | |/ |/|
| * Adding FacterCorwin Brown2015-10-281-4/+23
* | Fix for 13315 - minute now included in ansible_date_time on windows hosts=2015-11-261-0/+1
* | fixed ansible_totalmem fact returning 0nitzmahone2015-11-041-4/+2
|/
* Added date, year and month attributesMichael Perzel2015-10-121-0/+3
* Add ansible_date_time to windows factsMichael Perzel2015-10-121-0/+6
* The variable $uppercase_cert_thumbprint cannot be retrieved because it has no...Matt Calhoun2015-09-291-0/+1
* The variable $winrm_cert_thumbprint cannot be retrieved because it has not be...Matt Calhoun2015-09-291-1/+1
* The variable $https_listener cannot be retrieved because it has not been set.Matt Calhoun2015-09-291-0/+2
* The variable $winrm_https_listener_path cannot be retrieved because it has no...Matt Calhoun2015-09-291-0/+1
* Revert "Rename powershell versions of setup and slurp so they don't shadow th...Chris Church2015-09-161-0/+107
* Rename powershell versions of setup and slurp so they don't shadow the python...Toshio Kuratomi2015-09-151-107/+0
* * Update core modules to fix strict mode errors.Chris Church2015-08-221-1/+1
* added windows facts ansible_lastboot, ansible_uptime_secondsnitzmahone2015-08-211-1/+4
* Add OS architecture and OS name to the Windows setup modulePepe Barbe2015-04-061-0/+4
* Fix filename error.Michael DeHaan2014-09-261-0/+100
* file extensions!Michael DeHaan2014-09-261-100/+0
* Restructuring.Michael DeHaan2014-09-261-0/+100
* Move modules into subdirectory.Michael DeHaan2014-09-261-100/+0
* This change selects the certificate from the winrm configuration and attempts...Jon Hawkesworth2014-09-011-2/+24
* Added null check in case http connection used and no cert found.Jon Hawkesworth2014-08-311-0/+9
* All changes referenced in PRs #8767 , #8768 , #8769 :Trond Hindenes2014-08-291-0/+21
* win_setup improvements: Correcly outputs ansible_totalmem on computers with m...Trond Hindenes2014-07-221-2/+5
* Fix typo in powershell setup module.Chris Church2014-06-211-1/+1
* Add memory and IP information to setupPaul Durivage2014-06-191-0/+8
* Add Exit-Json and Fail-Json powershell helper functionsMatt Martz2014-06-191-1/+1
* setup.ps1 willnot support fact_path and filter to startMatt Martz2014-06-191-36/+2
* Need to call ToString Platform to get the stringMatt Martz2014-06-191-1/+1
* Add start for powershell setup moduleMatt Martz2014-06-191-0/+71