Users Guide

Table Of Contents
"Resolution": "Retry the operation. If the issue persists, contact your system
administrator."
}
]
}
}
Example
-name: Configure System Lockdown Mode
dellemc.openmanage.dellemc_system_lockdown_mode:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
share_name: "192.168.0.1:/share"
share_mnt: "/mnt/share"
lockdown_mode: "Disabled"
Storage controller
This section describes the process of configuring the storage controller settings of the PowerEdge servers using Ansible
modules.
Configure storage controller settings
Module: idrac_redfish_storage_controller
Synopsis
This module configures the storage controller settings using Redfish APIs.
Options
Table 24. idrac_redfish-storage-controller
Parameter Required Default Choices Comments
baseuri True NA NA IP address of the target out-
of-band controller. For example-
<ipaddress>:<port>
username True NA NA Username of the target out-of-
band controller.
password True NA NA Password of the target out-of-
band controller.
command False AssignSpare ResetConfig, AssignSpare,
SetControllerKey,
RemoveControllerKey,or
ReKey.
Set of actions to configure
the storage controller settings.
These actions may require a
system reset, depending on the
controller's capabilities.
C(ResetConfig) - Deletes
all the virtual disks and
unassigns all hot spares on
physical disks.
C(AssignSpare) - Assigns a
physical disk as a dedicated
or global hot spare for a
virtual disk.
C(SetControllerKey) - Sets
the key on controllers,
which is used to encrypt
52 Modules for iDRAC