Add parameters to get_url for the url username/password

Fixes #6928
reviewable/pr18780/r1
James Cammarata 11 years ago
parent 33c1f697d2
commit 89d61b8a7d

@ -90,6 +90,18 @@ options:
required: false
default: 'yes'
choices: ['yes', 'no']
url_username:
description:
- The username for use in HTTP basic authentication. This parameter can be used
without C(url_password) for sites that allow empty passwords.
required: false
version_added: '1.6'
url_password:
description:
- The password for use in HTTP basic authentication. If the C(url_username)
parameter is not specified, the C(url_password) parameter will not be used.
required: false
version_added: '1.6'
others:
description:
- all arguments accepted by the M(file) module also work here

Loading…
Cancel
Save