mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
manageiq_provider: fix docs markup (#10399)
* Fix docs markup. * Add one more. Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com> * Update plugins/modules/manageiq_provider.py Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> * More fixes. --------- Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com> Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
5e2ffb845f
commit
4801b0fc00
1 changed files with 7 additions and 7 deletions
|
@ -63,7 +63,7 @@ options:
|
||||||
description: Google Compute Engine Project ID.
|
description: Google Compute Engine Project ID.
|
||||||
azure_tenant_id:
|
azure_tenant_id:
|
||||||
type: str
|
type: str
|
||||||
description: Tenant ID. defaults to None.
|
description: Tenant ID. Defaults to V(null).
|
||||||
aliases: [keystone_v3_domain_id]
|
aliases: [keystone_v3_domain_id]
|
||||||
tenant_mapping_enabled:
|
tenant_mapping_enabled:
|
||||||
type: bool
|
type: bool
|
||||||
|
@ -190,25 +190,25 @@ options:
|
||||||
description: The provider's API port.
|
description: The provider's API port.
|
||||||
userid:
|
userid:
|
||||||
type: str
|
type: str
|
||||||
description: Provider's API endpoint authentication userid. defaults to None.
|
description: Provider's API endpoint authentication userid. Defaults to V(null).
|
||||||
password:
|
password:
|
||||||
type: str
|
type: str
|
||||||
description: Provider's API endpoint authentication password. defaults to None.
|
description: Provider's API endpoint authentication password. Defaults to V(null).
|
||||||
auth_key:
|
auth_key:
|
||||||
type: str
|
type: str
|
||||||
description: Provider's API endpoint authentication bearer token. defaults to None.
|
description: Provider's API endpoint authentication bearer token. Defaults to V(null).
|
||||||
validate_certs:
|
validate_certs:
|
||||||
type: bool
|
type: bool
|
||||||
description: Whether SSL certificates should be verified for HTTPS requests (deprecated). defaults to True.
|
description: Whether SSL certificates should be verified for HTTPS requests (deprecated). Defaults to V(true).
|
||||||
default: true
|
default: true
|
||||||
aliases: [verify_ssl]
|
aliases: [verify_ssl]
|
||||||
security_protocol:
|
security_protocol:
|
||||||
type: str
|
type: str
|
||||||
choices: ['ssl-with-validation', 'ssl-with-validation-custom-ca', 'ssl-without-validation', 'non-ssl']
|
choices: ['ssl-with-validation', 'ssl-with-validation-custom-ca', 'ssl-without-validation', 'non-ssl']
|
||||||
description: How SSL certificates should be used for HTTPS requests. defaults to None.
|
description: How SSL certificates should be used for HTTPS requests. Defaults to V(null).
|
||||||
certificate_authority:
|
certificate_authority:
|
||||||
type: str
|
type: str
|
||||||
description: The CA bundle string with custom certificates. defaults to None.
|
description: The CA bundle string with custom certificates. Defaults to V(null).
|
||||||
path:
|
path:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue