Users Guide

Table 45. dellemc_system_lockdown_mode (continued)
idrac_port No 443 NA iDRAC port
share_name Yes NA NA
CIFS or NFS network
share
share_user Yes NA NA
Network share user
in the format
'user@domain' if user is
part of a domain else
'user'
share_pwd Yes NA NA
Network share user
password
share_mnt Yes NA NA
Local mount path of
the network share with
read-write permission
for ansible user
lockdown_mode Yes NA
Enabled
Disabled
Whether to Enable
or Disable system
lockdown mode
Table 46. Return Values
Name Description Returned Type Sample
System Lockdown
Mode
Configures lockdown
mode of the system
Success String
https://github.com/dell/Dell-EMC-Ansible-Modules-
for-iDRAC
Example
-name: Configure System Lockdown Mode
dellemc_system_lockdown_mode:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
share_name: "\\\\xx.xx.xx.xx\\share"
share_user: "xxxx"
share_pwd: "xxxxxxxx"
share_mnt: "/mnt/share"
lockdown_mode: "xxxxxxx"
Server Administration Tasks
37