Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 1.0 User’s Guide
- Tables
- 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 39. dellemc_export_lc_logs (continued)
job_wait Yes NA
● True
● False
● If the value is True, it waits for the job to finish
and returns the job completion status
● If the value is False, it returns immediately with
a JOB ID after queuing the job in LC job queue
Table 40. Return Values
Name Description Returned Type Sample
LC logs
Exports the LC logs to the given
network share
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC
Example
-name: Export Lifecycle Controller Logs
dellemc_export_lc_logs:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
idrac_port: "xxx"
share_name: "\\\\xx.xx.xx.xx\\share"
share_user: "xxxx"
share_pwd: "xxxxxxxx"
job_wait: "True"
Deleting LC Job
Module: dellemc_delete_lc_job
Synopsis
This module deletes an LC job for a given valid JOB ID from the job queue.
You can delete an LC job:
● once the job is completed.
● if you do not want to perform the job or if it is taking long to execute.
Options
Table 41. dellemc_delete_lc_job
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 NA NA iDRAC port
job_id Yes NA NA
JOB ID in the format
"JID_XXXXXXXXX"
Table 42. 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
Examples
-name: Delete LC Job
dellemc_delete_lc_job:
idrac_ip: "xx.xx.xx.xx"
Server Administration Tasks
35