mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
[PR #10399/4801b0fc backport][stable-10] manageiq_provider: fix docs markup (#10406)
Some checks are pending
EOL CI / EOL Sanity (Ⓐ2.15) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.15+py2.7) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.15+py3.10) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.15+py3.5) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.15+alpine3+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.15+alpine3+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.15+alpine3+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.15+fedora37+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.15+fedora37+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.15+fedora37+py:azp/posix/3/) (push) Waiting to run
nox / Run extra sanity tests (push) Waiting to run
Some checks are pending
EOL CI / EOL Sanity (Ⓐ2.15) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.15+py2.7) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.15+py3.10) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.15+py3.5) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.15+alpine3+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.15+alpine3+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.15+alpine3+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.15+fedora37+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.15+fedora37+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.15+fedora37+py:azp/posix/3/) (push) Waiting to run
nox / Run extra sanity tests (push) Waiting to run
manageiq_provider: fix docs markup (#10399)
* Fix docs markup.
* Add one more.
* Update plugins/modules/manageiq_provider.py
* More fixes.
---------
(cherry picked from commit 4801b0fc00
)
Co-authored-by: Felix Fontein <felix@fontein.de>
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
07c68cb7f1
commit
700bb27d51
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