eapi & nxapi: Document validate_certs (#23305)

* Document validate_certs for eapu & nxapi

* formatting
pull/21345/merge
John R Barker 8 years ago committed by GitHub
parent 780b2f2c84
commit 485affeb12

@ -114,6 +114,12 @@ options:
argument is not eapi, this value is ignored. argument is not eapi, this value is ignored.
default: yes default: yes
choices: ['yes', '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 eapi, this value is ignored.
choices: ['yes', 'no']
""" """

@ -82,6 +82,12 @@ options:
required: false required: false
default: no default: no
choices: ['yes', '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: provider:
description: description:
- Convenience method that allows all I(nxos) arguments to be passed as - Convenience method that allows all I(nxos) arguments to be passed as

Loading…
Cancel
Save