Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
returned: always
type: str
sample: "Successfully performed iDRAC reset."
reset_status:
description: Details of iDRAC reset operation.
returned: always
type: dict
sample: {
"idracreset": {
"Data": {
"StatusCode": 204
},
"Message": "none",
"Status": "Success",
"StatusCode": 204,
"retval": true
}
}
error_info:
description: Details of the HTTP Error.
returned: on HTTP error
type: dict
sample: {
"error": {
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information.",
"@Message.ExtendedInfo": [
{
"MessageId": "GEN1234",
"RelatedProperties": [],
"Message": "Unable to process the request because an error occurred.",
"MessageArgs": [],
"Severity": "Critical",
"Resolution": "Retry the operation. If the issue persists, contact your system
administrator."
}
]
}
}
Example
-name: Reset iDRAC
dellemc.openmanage.idrac_reset:
idrac_ip: "190.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
idrac_port: 443
View Lifecycle Controller job status
Module: idrac_lifecycle_controller_job_status_info
Synopsis
This module shows the status of a specific Lifecycle Controller job using its job ID.
Check_mode support: No
Options
Table 20. idrac_lifecycle_controller_job_status_info
Parameter/aliases Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_password/
idrac_pwd
Yes NA NA iDRAC user password
46 Modules for iDRAC