get_url \- Downloads files from HTTP, HTTPS, or FTP to node
."------DESCRIPTION
.SHDESCRIPTION
.PP
Downloads files from HTTP, HTTPS, or FTP to the remote server. The remote server must have direct access to the remote resource.
."------OPTIONS
."
."
.SHOPTIONS
.IPurl
HTTP, HTTPS, or FTP URL(required)
.IPdest
absolute path of where to download the file to.If \fIdest\fR is a directory, the basename of the file on the remote server will be used. If a directory, \fIthirsty=yes\fR must also be set.(required)
.IPthirsty
if \fCyes\fR, will download the file every time and replace the file if the contents change. if \fCno\fR, the file will only be downloaded if the destination does not exist. Generally should be \fCyes\fR only for small local files. prior to 0.6, acts if \fCyes\fR by default.
.IRChoices:
yes,no. (default: no)(Added in Ansible version 0.7.)
.IPothers
all arguments accepted by the \fIfile\fR module also work here."
."
."------NOTES
.SHNOTES
.PP
This module doesn't yet support configuration for proxies or passwords.