Commit Graph

192 Commits (2bd8d78a8b08cd1dd32ce04b80b3efa97246c40e)

Author SHA1 Message Date
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
8 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) 8 years ago
Toshio Kuratomi 298fd0ae56 Docs fixes 8 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
9 years ago
Matt Davis 7ebc8bc5da Merge pull request #3376 from nitzmahone/win_reboot
docs for win_reboot action
9 years ago
Dreamcat4 b3584c5ffe fix: win_get_url - fixes for strict-mode 9 years ago
Dreamcat4 bb229c8fa2 fix: win_stat - fixes for strict-mode 9 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.
9 years ago
nitzmahone 8a3e2ec20f docs for win_reboot action 9 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
9 years ago
= dd6ad23179 Use HEAD request to determine if file should be downloaded, ensure download method is the same regardless of force mode. 9 years ago
Matt Davis ad2b9b342d Merge pull request #1876 from davidobrien1985/devel
Custom Windows Facts
9 years ago
Brian Coca 7a2cb3ad24 Merge pull request #2822 from slimandslam/patch-3
Make it clear that the dest path delimiters must be escaped
9 years ago
Matt Martz 7823455516 Add get_checksum option to win_stat to work with new use of the stat module for checksumming 9 years ago
davidobrien1 18047506af Change fact invocation from dotsourcing to ampersand so that scripts do not execute in global scope. 9 years ago
David O'Brien e4c2cb96ea Add documentation to setup.py and remove use of $params.fact_path in setup.ps1 9 years ago
Matt Martz 4e594a9196 Merge pull request #3050 from sivel/module-cleanup
Various simple linting type cleanups on modules
9 years ago
Matt Martz c7845456a6 Various simple linting type cleanups on modules 9 years ago
Jose Moreira cb712f2ba8 Fixed module doc typos 9 years ago
Toshio Kuratomi 93d02189f6 Remove duplicate documentation fields 9 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
9 years ago
Matt Davis 81e4042fa4 Merge pull request #2692 from hantonov/devel
Adding gathering environment variables to gather_facts on Windows
9 years ago
nitzmahone 0f52ad70cd fix win_get_url var renames ala xpicio fix PR #2378
reimplements #2378 sans formatting merge conflicts
9 years ago
Matt Davis dfcd227cfe Merge pull request #2380 from blakfeld/add_facter_to_setup_ps1
Adding Facter Support to Setup.ps1
9 years ago
nitzmahone a21ea16d47 fix version_added on win_msi wait arg 9 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
9 years ago
Matt Davis 4e4763be84 Merge pull request #1109 from schwartzmx/update/win_msi
updates win_msi to allow install/uninstall to wait
9 years ago
Brian Coca 1873afc29d Merge pull request #2574 from h0nIg/devel_win_lineinfile_acl
win_lineinfile: acl fix
9 years ago
Brian Coca d0180f2328 really fixed the doc formatting 9 years ago
Brian Coca a876214bd5 fixed win_feature docs
added version_added for source and fixed some yaml parsing
9 years ago
Trond Hindenes 7085a7b884 update doc 9 years ago
Trond Hindenes 3cb70ebc9d bugfix win_feature.ps1 9 years ago
Trond Hindenes 0cfffa5dbe Add source as optional parameter 9 years ago
nitzmahone 33014c6db1 fix win_file to stop on errors 9 years ago
nitzmahone 11f4340a44 win_get_url doc/strict-mode fixes
plus cleaning up from bad merge
9 years ago
nitzmahone c9fe542e8c minor win_get_url doc update 9 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
9 years ago
Hillel Antonov e20a4c8ae2 Adding gathering environment variables to gather facts on Windows
making similar in functionality to gather facts on Linux
9 years ago
Hans-Joachim Kliemeck 777edaf3f5 fix problem with file content and high cpu/out of memory errors 9 years ago
Hans-Joachim Kliemeck 9fa758d54c do not move item, instead copy item because acl will be kept 9 years ago
= 3d14397dc0 Fix for 13315 - minute now included in ansible_date_time on windows hosts 9 years ago
Chris Church ade721cc5d Remove note about only using win_copy for small files. 9 years ago
Toshio Kuratomi 77d3678acf Fix escaping of newline carriage return characters in the documentation 9 years ago
Chris Church cb36cedabf Merge pull request #1930 from wenottingham/patch-1
win_msi: document extra_args
9 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
9 years ago
Corwin Brown 02b3f74f50 Adding Facter 9 years ago
Chris Church 84b1a1a2b7 Merge pull request #2083 from cchurch/win_lineinfile_fixes
Fix win_lineinfile to pass integration tests
9 years ago
Brian Coca 95b10c9fdd Merge pull request #2256 from jhawkesworth/fix_amc_2147
Fix for ansible-modules-core 2147
9 years ago
= 833bf77be1 Fix for ansible modules core 2147 9 years ago
Michael Perzel 6615e618d9 Added date, year and month attributes 9 years ago