1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

[PR #12329/40bb8ea1 backport][stable-12] Improve documentation of idrac_redfish_info module (#12333)

Improve documentation of idrac_redfish_info module (#12329)


(cherry picked from commit 40bb8ea1ae)

Signed-off-by: Jens Meißner <meissner@b1-systems.de>
Co-authored-by: Jens Meißner <meissner@b1-systems.de>
This commit is contained in:
patchback[bot] 2026-06-23 21:02:01 +02:00 committed by GitHub
parent 7e074191c9
commit 9726f0b599
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@ short_description: Gather PowerEdge server information through iDRAC using Redfi
description:
- Builds Redfish URIs locally and sends them to remote iDRAC controllers to get information back.
- For use with Dell EMC iDRAC operations that require Redfish OEM extensions.
- This module is limited to retrieving iDRAC-specific data. For standard Redfish attributes, use M(community.general.redfish_info) instead.
extends_documentation_fragment:
- community.general.attributes
- community.general.attributes.info_module
@ -24,12 +25,12 @@ options:
category:
required: true
description:
- Category to execute on iDRAC.
- Category to execute on iDRAC. V(Manager) is currently the only supported category.
type: str
command:
required: true
description:
- List of commands to execute on iDRAC.
- List of commands to execute on iDRAC. Currently, only V(GetManagerAttributes) is supported.
- V(GetManagerAttributes) returns the list of dicts containing iDRAC, LifecycleController and System attributes.
type: list
elements: str