Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 2.0.1 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- Modules for OpenManage Enterprise (OME)
- Troubleshooting
- Accessing documents from the Dell EMC support site
Reset iDRAC
Module: dellemc_idrac_reset
Synopsis
You can reset the iDRAC using this module.
Check_mode support: Yes
Options
Table 40. dellemc_idrac_reset
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
idrac_port No 443 NA iDRAC port
Table 41. Return Values
Name Description Returned Type Sample
Reset
iDRAC
Resets the iDRAC Success String https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC/blob/master/samples/
dellemc_idrac_reset.md
Example
-name: Reset iDRAC
dellemc_idrac_reset:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password:"xxxxxxxx"
idrac_port: "xxx"
View LC job status
Module: dellemc_get_lc_job_status
Synopsis
You can view the iDRAC or LC job status using this module. To view information about a job status, a job id is required. After a
job is initiated, the system stages the job request information and sends a job id back to the system. You can query the progress
and status of the job by using the job id.
Check_mode support: No
Options
Table 42. dellemc_get_lc_job_status
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
idrac_port No 443 NA iDRAC port
job_id Yes NA NA
JOB ID in the format
"JID_123456789012"
Modules for iDRAC 45