mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
eapi & nxapi: Document validate_certs (#23305)
* Document validate_certs for eapu & nxapi * formatting
This commit is contained in:
@@ -114,6 +114,12 @@ options:
|
||||
argument is not eapi, this value is ignored.
|
||||
default: yes
|
||||
choices: ['yes', 'no']
|
||||
validate_certs:
|
||||
description:
|
||||
- If C(no), SSL certificates will not be validated. This should only be used
|
||||
on personally controlled sites using self-signed certificates. If the transport
|
||||
argument is not eapi, this value is ignored.
|
||||
choices: ['yes', 'no']
|
||||
|
||||
|
||||
"""
|
||||
|
||||
@@ -82,6 +82,12 @@ options:
|
||||
required: false
|
||||
default: no
|
||||
choices: ['yes', 'no']
|
||||
validate_certs:
|
||||
description:
|
||||
- If C(no), SSL certificates will not be validated. This should only be used
|
||||
on personally controlled sites using self-signed certificates. If the transport
|
||||
argument is not nxapi, this value is ignored.
|
||||
choices: ['yes', 'no']
|
||||
provider:
|
||||
description:
|
||||
- Convenience method that allows all I(nxos) arguments to be passed as
|
||||
|
||||
Reference in New Issue
Block a user