dellemc.openmanage.idrac_job_queue role – Role to manage the iDRAC lifecycle controller job queue.

Note

This role is part of the dellemc.openmanage collection (version 8.5.0).

To install it use: ansible-galaxy collection install dellemc.openmanage.

To use it in a playbook, specify: dellemc.openmanage.idrac_job_queue.

Entry point main – Role to manage the iDRAC lifecycle controller job queue.

New in dellemc.openmanage 8.0.0

Synopsis

  • Role to role to manage the iDRAC lifecycle controller job queue.

  • Delete a job from the job queue

  • Clear job queue

Parameters

Parameter

Comments

ca_path

path

The Privacy Enhanced Mail (PEM) file that contains a CA certificate to be used for the validation.

clear_job_queue

boolean

Clear all the jobs from the iDRAC job queue.

Choices:

  • false ← (default)

  • true

force

boolean

Clear all the jobs from the iDRAC job queue forcefully.

Choices:

  • false ← (default)

  • true

hostname

string / required

iDRAC IP Address.

https_port

integer

iDRAC port.

Default: 443

https_timeout

integer

The HTTPS socket level timeout in seconds.

Default: 30

job_id

string

Id of the job to be deleted.

If clear_job_queue is true then the job_id will be ignored.

password

string / required

iDRAC user password.

username

string / required

iDRAC username.

validate_certs

boolean

If false, the SSL certificates will not be validated.

Configure false only on personally controlled sites where self-signed certificates are used.

Choices:

  • false

  • true ← (default)