Users Guide

Table Of Contents
Table 36. Return Values
Name Description Returned Type Output
msg
Status of the delete
operation.
Success dict
https://github.com/dell/dellemc-openmanage-
ansible-modules/tree/devel/output/idrac/
idrac_lifecycle_controller_jobs.md
Examples
- 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"
idrac_port: 443
- 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"
idrac_port: 443
job_id: "JID_801841929470"
Configure System Lockdown Mode
Module: dellemc_system_lockdown_mode
Synopsis
System Lockdown Mode provides a mechanism to protect configuration from any unintentional or accidental changes after
the system is provisioned to a certain level.
This module is responsible for enabling or disabling the lockdown mode of a system. When System Lockdown Mode is enabled,
the systems configuration is locked and system cannot be configured or updated until the lockdown mode is disabled.
Check_mode support: No
Options
Table 37. dellemc_system_lockdown_mode
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
share_name Yes NA NA CIFS or NFS network share or a local path
share_user No NA NA
Network share user in the format
'user@domain' or user\domain if user is part
of a domain else 'user'. This field is mandatory
for CIFS Network Share.
share_password/
share_pwd
No NA NA
Network share user password. This field is
mandatory for CIFS Network Share.
share_mnt No NA NA
Local mount path of the network share with
read-write permission for Ansible user. This
option is mandatory for CIFS or NFS Network
share.
lockdown_mode Yes NA
Enabled
Whether to Enable or Disable system lockdown
mode
42 Modules for iDRAC