Michael DeHaan
b06f5162cd
Example cleanup.
11 years ago
Sven Schliesing
898346a468
Update uri
11 years ago
Sven Schliesing
d193e5571d
Example for queueing build in Jenkins
11 years ago
Michael DeHaan
eb1c37c6e1
Merge pull request #6649 from picsolvebryan/devel
...
Accept status code from a list of valid codes.
11 years ago
bryan hunt
dff1fd3b37
Accept status code from a list of valid codes.
...
(cast the list of acceptable codes to a list of int )
11 years ago
bryan hunt
eb9ac9308c
Accept status code from a list of valid codes.
11 years ago
bryan hunt
5561fbc427
Accept status code from a list of valid codes.
11 years ago
James Cammarata
c68be8b418
Remove validate_certs parameter from fetch_url calls
11 years ago
James Cammarata
a1b1182662
Validate SSL certs accessed through urllib*
...
* Adds another module utility file which generalizes the
access of urls via the urllib* libraries.
* Adds a new spec generator for common arguments.
* Makes the user-agent string configurable.
Fixes #6211
11 years ago
James Cammarata
09eaa0c920
Fixing the unicode issue in uri for EL6 platforms
...
Fixes #5869
11 years ago
James Cammarata
0c33cc19bb
Handle unicode content in the uri module properly
...
Fixes #5869
11 years ago
Richard Isaacson
acf0e408ae
Merge pull request #5826 from romeotheriault/fix_follow_redirects
...
A fix for uri module regarding following redirects. The old behavior would follow redirects either way. This change clarifies the functionality and makes it a bit more explicit. Comparing the old behavior to the new 'yes' == 'all', 'no' == 'safe' and now 'no' will not follow any redirects. Historic behavior is still supported and documented with a push to the new values.
11 years ago
Eric Hanchrow
837d8e19b9
Clarify doc for get_url
...
Move a sentence from doc for the "force" option to that for the "dest" option.
11 years ago
James Cammarata
b8356b525a
When force=yes, get_url should always download the specified file
...
This is accomplished by not setting the If-Modified-Since header,
and setting "cache-control: no-cache" instead. Note that if the
file content has not changed, the module will still report that
changed=false, as the md5's of the tmp file and existing file are
compared before swapping
Fixes #5104
11 years ago
Pedro Romano
b04f197113
Allow the 'PATCH' method in the 'uri' module since 'httplib2' allows it
...
and some APIs require it.
11 years ago
Romeo Theriault
863bba498c
fix following redirects
11 years ago
Michael DeHaan
0d3a74d905
ansible -> ansibleworks
11 years ago
James Tanner
4f9aadcc07
Addresses #5023 Fix import comments
11 years ago
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
11 years ago
Michael DeHaan
4c35b7f380
There's a cleaner way to do this, commit to module formatter pending.
...
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago."
This reverts commit ff0a41d446
.
11 years ago
Michael DeHaan
9e4d71203d
No longer need to reference 'version_added' in docs for these, as this was quite a while ago.
11 years ago
Michael DeHaan
08996d78d6
Add version_added to all modules missing version_added information, the docs formatter will now
...
raise errors when omitted, updated changelog with new modules.
11 years ago
jctanner
0ee5792849
Merge pull request #4785 from Tinche/get_url/uri-content-disposition
...
Modified the get_url module to respect the content-disposition header if...
11 years ago
Tin Tvrtkovic
b1fa35ac3d
Use the final URL from the finished request instead of the provided URL for filename generation, to properly deal with redirects.
11 years ago
James Laska
1d368f9e1f
Correct documentation URLs
11 years ago
Tin Tvrtkovic
8036cb0cab
Modified the get_url module to respect the content-disposition header if the destination is a directory and the server provides it.
...
See http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html , section 19.5.1.
11 years ago
Michael Scherer
93a75a4d83
Fix issue 4433, make sure status is a int rather than a string
11 years ago
Joshua Lund
bf5a4cbea4
* Updated SHA-256 functionality in the get_url module
...
(fixes issue #4277 )
* The sha256sum error message now displays the invalid
destination checksum if it doesn't match the one that
is specified in the arguments. This is useful for
debugging purposes.
* Non-alphanumeric characters, including the infamous
Unicode zero-width space, are removed from the sha256sum
argument prior to the check.
11 years ago
Serge van Ginderachter
705613acf8
Fix bug in uri where redirect check fails.
...
When the redirect check fails, the 'status' key is not set in
resp_redir, so we need to check this.
11 years ago
Michael DeHaan
ece707bc6e
Trim old style var references
11 years ago
Joshua Lund
166ea0e175
* Updated all ansible.cc references in the documentation to point
...
to ansibleworks.com
* Fixed a few misspelled words
12 years ago
Joshua Lund
c96e6c0d1d
Removed merge conflict header
12 years ago
Michael DeHaan
6ed171bee5
Merge branch 'sha256' of git://github.com/jlund/ansible into devel
...
Conflicts:
library/network/get_url
12 years ago
Jan-Piet Mens
98c1423269
Docs: consistently format playbook EXAMPLES
12 years ago
Jan-Piet Mens
3404a0fc16
DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
...
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
Added deprecation warning to moduledev.rst and remove deprecated example from it
Fixed up a few typos and uppercased some acronyms.
add consistency to how EXAMPLES are formatted
12 years ago
Joshua Lund
6316a78776
Setting version_added for this feature to 1.3
12 years ago
Joshua Lund
30bd813913
* Added a sha256 method to module_common
...
* Added a sha256sum parameter to the get_url module to enable
cryptographic verification of downloaded files
* Fixed a few typos in the documentation
12 years ago
Michael DeHaan
b363c09a6e
Docs standardization
12 years ago
Michael DeHaan
2a479cca52
Fixup fetch doc formatting.
12 years ago
James Martin
79cd04e689
Initial Commit.
12 years ago
Piffey Parlance
87b4c0d194
Fixed bug where if destination was unspecified, changed would not be set, resulting in an UnboundLocalError.
12 years ago
Michael DeHaan
cd97a4cb14
Allow modules to be categorized, and also sort them when generating the documentation.
12 years ago