mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-05 07:54:00 -07:00
[PR #10409/a36ad54b backport][stable-10] doc style adjustments: modules i* (#10410)
doc style adjustments: modules i* (#10409)
(cherry picked from commit a36ad54b53
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
700bb27d51
commit
003f9e498e
28 changed files with 305 additions and 306 deletions
|
@ -30,13 +30,13 @@ options:
|
|||
- HTTP, HTTPS, or FTP URL in the form V((http|https|ftp\)://[user[:pass]]@host.domain[:port]/path).
|
||||
use_proxy:
|
||||
description:
|
||||
- If V(false), it will not use a proxy, even if one is defined in an environment variable on the target hosts.
|
||||
- If V(false), it does not use a proxy, even if one is defined in an environment variable on the target hosts.
|
||||
type: bool
|
||||
default: true
|
||||
validate_certs:
|
||||
description:
|
||||
- If V(false), SSL certificates will not be validated. This should only be used on personally controlled sites using
|
||||
self-signed certificates.
|
||||
- If V(false), SSL certificates are not validated. This should only be used on personally controlled sites using self-signed
|
||||
certificates.
|
||||
type: bool
|
||||
default: true
|
||||
url_username:
|
||||
|
@ -48,12 +48,12 @@ options:
|
|||
type: str
|
||||
description:
|
||||
- The password for use in HTTP basic authentication.
|
||||
- If the O(url_username) parameter is not specified, the O(url_password) parameter will not be used.
|
||||
- If the O(url_username) parameter is not specified, the O(url_password) parameter is not used.
|
||||
force_basic_auth:
|
||||
description:
|
||||
- C(httplib2), the library used by Ansible's HTTP request code only sends authentication information when a webservice responds to
|
||||
an initial request with a 401 status. Since some basic auth services do not properly send a 401, logins will fail.
|
||||
This option forces the sending of the Basic authentication header upon initial request.
|
||||
- C(httplib2), the library used by Ansible's HTTP request code only sends authentication information when a webservice
|
||||
responds to an initial request with a 401 status. Since some basic auth services do not properly send a 401, logins
|
||||
may fail. This option forces the sending of the Basic authentication header upon initial request.
|
||||
type: bool
|
||||
default: false
|
||||
client_cert:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue