Commit Graph

27 Commits (6b8a92045faf4773dfeae31bb24b0f4f13129626)

Author SHA1 Message Date
Toshio Kuratomi d71b9bae89 If file attribs are specified set them even if file already exists.
Fixes #11821
9 years ago
Michal Svab 2c3ef42d92 Clarify get_url timeout documentation 9 years ago
Brian Coca df222bed86 added missing version_added 9 years ago
techraf 49ec5a6a30 Added 'backup' parameter to get_url module 9 years ago
Brian Coca 292a83cba7 corrected version_added for new temp_dest feature 9 years ago
Brian Coca d2eaf33add Merge pull request #1887 from sysadmin75/9512_get_url_tmp_option2
Adds tmp_dest option to get_url module.
9 years ago
Brian Coca 144291120e restored quotes to checksum description to avoid breaking docs 9 years ago
JM 7943b3e6b0 description for the get_url module describing checksum verification before file download 9 years ago
Sam Mingo 7982d582d9 Update get_url.py
Fixed typo with header parameter to get_url in the documentation.
9 years ago
Colin Hutchinson ab50943887 Update get_url.py
use an abbreviated sha
9 years ago
Colin Hutchinson 880dc307b0 Remove the sample SHA256
putting a full sha256 made the width of the table in the generated docs not fit on some screens
9 years ago
Toshio Kuratomi 8412adc4f9 Quote checksum description to fix docs 9 years ago
muffl0n 4f0cf6d2ca Allow additional hashing algorithms. Directly use hashlib and check if
used algorithm is supported.
9 years ago
sysadmin75 cd8bfc7695 Adds tmp_dest option to get_url module.
Addresses the issue in ansible/ansible#9512
9 years ago
Brian Coca 587370e2e7 minor doc fixes to get_url 9 years ago
Brian Coca 76344db61e fixed version added 9 years ago
Dan 777d736baa Added header support
Added the ability to pass custom http headers to the fetch_url method.
9 years ago
Brian Coca ca80b92233 added version_Added to get_url's force_basic_auth 9 years ago
Iiro Uusitalo 4b1b10fa20 Refactor force basic auth, now all modules which use fetch_url() can use force_basic_auth 9 years ago
Brian Coca b3d5479612 Merge pull request #687 from abackstrom/sha256-mismatch-redownload
get_url: Force redownload if sha256sum does not match
9 years ago
Toshio Kuratomi 280ccfbb78 Add note about redirects proxies
Fixes #1574
9 years ago
Toshio Kuratomi 4519dd5f4d Small cleanups.
* Import url(lib|parse|lib2) if needed by the module rather than relying
  on module_utils.urls to do so.
* Remove stdlib modules from requirements
* Use the if __name__ conditional for invoking main()
9 years ago
Greg DeKoenigsberg 2a5f0bde87 Proper author info for all remaining modules 9 years ago
Schmitt Christian 9ebef6275d Removed the wrong Note
Currently as already in the description, this module works with proxy settings.
10 years ago
Annika Backstrom a935baf7dd Force redownload if sha256sum does not match 10 years ago
Toshio Kuratomi 6317d3a988 Move from md5 to sha1 to work on FIPS-140 enabled systems 10 years ago
Michael DeHaan 0be8798858 Renames. 10 years ago