mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
[PR #10399/4801b0fc backport][stable-11] manageiq_provider: fix docs markup (#10407)
Some checks are pending
EOL CI / EOL Sanity (Ⓐ2.16) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py2.7) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.11) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.6) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+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.16) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py2.7) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.11) (push) Waiting to run
EOL CI / EOL Units (Ⓐ2.16+py3.6) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+alpine3+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+fedora38+py:azp/posix/3/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/1/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+py:azp/posix/2/) (push) Waiting to run
EOL CI / EOL I (Ⓐ2.16+opensuse15+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
d385c47d0b
commit
115f4b5c51
1 changed files with 7 additions and 7 deletions
|
@ -63,7 +63,7 @@ options:
|
|||
description: Google Compute Engine Project ID.
|
||||
azure_tenant_id:
|
||||
type: str
|
||||
description: Tenant ID. defaults to None.
|
||||
description: Tenant ID. Defaults to V(null).
|
||||
aliases: [keystone_v3_domain_id]
|
||||
tenant_mapping_enabled:
|
||||
type: bool
|
||||
|
@ -190,25 +190,25 @@ options:
|
|||
description: The provider's API port.
|
||||
userid:
|
||||
type: str
|
||||
description: Provider's API endpoint authentication userid. defaults to None.
|
||||
description: Provider's API endpoint authentication userid. Defaults to V(null).
|
||||
password:
|
||||
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:
|
||||
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:
|
||||
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
|
||||
aliases: [verify_ssl]
|
||||
security_protocol:
|
||||
type: str
|
||||
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:
|
||||
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:
|
||||
type: str
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue