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
"Resolution": "Retry the operation. If the issue persists, contact your system
administrator."
}
]
}
}
Example
- name: Export Lifecycle Controller logs
dellemc.openmanage.idrac_lifecycle_controller_logs:
idrac_ip: "190.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
idrac_port: 443
share_name: "192.168.0.0:/nfsfileshare"
share_user: "share_user_name"
share_password: "share_user_pwd"
job_wait: True
Delete a Lifecycle Controller job
Module: idrac_lifecycle_controller_jobs
Synopsis
This module allows to delete a Lifecycle Controller job using its job ID or delete all jobs.
You can delete an LC job:
● after the job is completed.
● if you do not want to perform the job or if it is taking long to execute.
Check_mode support: Yes
Options
Table 22. idrac_lifecycle_controller_jobs
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 of the specific
job to be deleted.
All the jobs in the
job queue are deleted
if this option is not
specified.
Return Values
msg:
type: str
description: Status of the delete operation.
returned: always
sample: 'Successfully deleted the job.'
status:
type: dict
description: Details of the delete operation.
returned: success
sample: {
'Message': 'The specified job was deleted',
Modules for iDRAC
49