1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-25 22:05:40 +00:00

Improve documentation of idrac_redfish_info module (#12329)

Signed-off-by: Jens Meißner <meissner@b1-systems.de>
This commit is contained in:
Jens Meißner 2026-06-23 20:36:10 +02:00 committed by GitHub
parent ccad1c8353
commit 40bb8ea1ae
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