Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 1.1 User’s Guide
 - Overview
 - Getting Started
 - Updating Firmware
 - Configuring PowerEdge Servers
 - Deploying operating system
 - Server Inventory
 - Server Administration Tasks
 - Troubleshooting
 - Accessing support content from the Dell EMC support site
 
Table 44. Return Values 
Name Description Returned Type Sample
Delete LC
job
Deletes an LC job for a
given a JOB ID
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC/blob/master/samples/
dellemc_delete_lc_job.md
Examples
-name: Delete LC Job
   dellemc_delete_lc_job:
     idrac_ip:   "xx.xx.xx.xx"
     idrac_user: "xxxx"
     idrac_pwd:  "xxxxx"
     idrac_port: "xxx"
     job_id:     "JID_XXXXXXXX"
Deleting LC Job Queue
Module: dellemc_delete_lc_job_queue
Synopsis
You can delete all the jobs in the LC job queue using this module. All the jobs in the job queue are terminated when you delete a
job queue.
Check_mode support: No
Options
Table 45. dellemc_delete_lc_job_queue 
Parameter Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_pwd Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
Table 46. Return Values 
Name Description Returned Type Sample
LC Job
Queue
Deletes the LC job
queue
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC/blob/master/samples/
dellemc_delete_lc_job_queue.md
Example
-name: Delete LC Job Queue
   dellemc_delete_lc_job_queue:
     idrac_ip:   "xx.xx.xx.xx"
     idrac_user: "xxxx"
     idrac_pwd:  "xxxxx"
     idrac_port: "xxx"
Configuring System Lockdown Mode
Module: dellemc_system_lockdown_mode
Synopsis
40
Server Administration Tasks










