Note
This module is part of the dellemc.openmanage collection (version 9.12.3).
You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.
To install it, use: ansible-galaxy collection install dellemc.openmanage. You need further requirements to be able to use this module, see Requirements for details.
To use it in a playbook, specify: dellemc.openmanage.idrac_lifecycle_controller_jobs.
New in dellemc.openmanage 2.1.0
The below requirements are needed on the host that executes this module.
Parameter | Comments |
|---|---|
ca_path path added in dellemc.openmanage 5.0.0 | The Privacy Enhanced Mail (PEM) file that contains a CA certificate to be used for the validation. |
idrac_ip string / required | iDRAC IP Address. |
idrac_password aliases: idrac_pwd string / required | iDRAC user password. If the password is not provided, then the environment variable Example: export IDRAC_PASSWORD=password |
idrac_port integer | iDRAC port. Default: |
idrac_user string / required | iDRAC username. If the username is not provided, then the environment variable Example: export IDRAC_USERNAME=username |
job_id string | Job ID of the specific job to be deleted. All the jobs in the job queue are deleted if this option is not specified. |
timeout integer added in dellemc.openmanage 5.0.0 | The socket level timeout in seconds. Default: |
validate_certs boolean added in dellemc.openmanage 5.0.0 | If Configure Prior to collection version Choices:
|
Note
check_mode.---
- name: Delete Lifecycle Controller job queue
dellemc.openmanage.idrac_lifecycle_controller_jobs:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
ca_path: "/path/to/ca_cert.pem"
- name: Delete Lifecycle Controller job using a job ID
dellemc.openmanage.idrac_lifecycle_controller_jobs:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
ca_path: "/path/to/ca_cert.pem"
job_id: "JID_801841929470"
Common return values are documented here, the following are the fields unique to this module:
Key | Description |
|---|---|
error_info dictionary | Details of the HTTP Error. Returned: on HTTP error Sample: |
msg string | Status of the delete operation. Returned: always Sample: |
status dictionary | Details of the delete operation. Returned: success Sample: |
© 2012–2018 Michael DeHaan
© 2018–2025 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/dellemc/openmanage/idrac_lifecycle_controller_jobs_module.html