Commit Graph

181 Commits (94e66cb1080c09eb6e12ca8a1fa21e7f51b1706c)

Author SHA1 Message Date
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
Trond Hindenes 7085a7b884 update doc 10 years ago
Trond Hindenes 3cb70ebc9d bugfix win_feature.ps1 10 years ago
Trond Hindenes 0cfffa5dbe Add source as optional parameter 10 years ago
nitzmahone 33014c6db1 fix win_file to stop on errors 10 years ago
nitzmahone 11f4340a44 win_get_url doc/strict-mode fixes
plus cleaning up from bad merge
10 years ago
nitzmahone c9fe542e8c minor win_get_url doc update 10 years ago
T.Kuramochi 3281cad95e Add HTTP Proxy options
Update a document file for win_get_url.ps1.

Update add a prefix proxy_ for this variables

Update a document file for win_get_url.ps1.

Update win_get_url.ps1 20150907
10 years ago
Hillel Antonov e20a4c8ae2 Adding gathering environment variables to gather facts on Windows
making similar in functionality to gather facts on Linux
10 years ago
Hans-Joachim Kliemeck 777edaf3f5 fix problem with file content and high cpu/out of memory errors 10 years ago
Hans-Joachim Kliemeck 9fa758d54c do not move item, instead copy item because acl will be kept 10 years ago
= 3d14397dc0 Fix for 13315 - minute now included in ansible_date_time on windows hosts 10 years ago
Chris Church ade721cc5d Remove note about only using win_copy for small files. 10 years ago
Toshio Kuratomi 77d3678acf Fix escaping of newline carriage return characters in the documentation 10 years ago
Chris Church cb36cedabf Merge pull request #1930 from wenottingham/patch-1
win_msi: document extra_args
10 years ago
nitzmahone 3f5d6df5f7 fixed ansible_totalmem fact returning 0
Win32_PhysicalMemory CIM object is busted on some virtual environments, switched
to Win32_ComputerSystem.TotalPhysicalMemory
10 years ago
Corwin Brown 02b3f74f50 Adding Facter 10 years ago
Chris Church 84b1a1a2b7 Merge pull request #2083 from cchurch/win_lineinfile_fixes
Fix win_lineinfile to pass integration tests
10 years ago
Brian Coca 95b10c9fdd Merge pull request #2256 from jhawkesworth/fix_amc_2147
Fix for ansible-modules-core 2147
10 years ago
= 833bf77be1 Fix for ansible modules core 2147 10 years ago
Michael Perzel 6615e618d9 Added date, year and month attributes 10 years ago
Michael Perzel 785ebe2684 Add ansible_date_time to windows facts 10 years ago
fxfitz 6f3cbd7aa2 Fixed spelling mistake: missing 10 years ago
Matt Calhoun 73843693b7 The variable $uppercase_cert_thumbprint cannot be retrieved because it has not been set. 10 years ago
Matt Calhoun 4350188076 The variable $winrm_cert_thumbprint cannot be retrieved because it has not been set. 10 years ago
Matt Calhoun 1d8334674f The variable $https_listener cannot be retrieved because it has not been set. 10 years ago
Matt Calhoun d8f9c81022 The variable $winrm_https_listener_path cannot be retrieved because it has not been set 10 years ago
Chris Church 323a14808f Revert "Improvements to win_feature" 10 years ago
James Cammarata 78e756b05d Merge pull request #1564 from trondhindenes/win_features_improvements_v2
Improvements to win_feature
10 years ago
Chris Church 82c1cc7989 Revert "Rename powershell versions of setup and slurp so they don't shadow the python versions of these modules."
This reverts commit d4e16b0c73.
10 years ago
Phil bddcf876a7 uses get-attr and fixes file path issues by escaping quotes around path 10 years ago
Toshio Kuratomi d4e16b0c73 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
10 years ago