Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
Table 37. dellemc_system_lockdown_mode (continued)
Parameter/aliases Required Default Choices Comments
● Disabled
Table 38. Return Values
Name Description Returned Type Output
System Lockdown
Mode
Configures lockdown
mode of the system
Success String
https://github.com/dell/dellemc-openmanage-
ansible-modules/tree/devel/output/idrac/
dellemc_system_lockdown_mode.md
Example
-name: Configure System Lockdown Mode
dellemc_system_lockdown_mode:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password:"xxxxxxxx"
share_name: "xx.xx.xx.xx:/share"
share_user: "xxxx"
share_password:"xxxxxxxx"
share_mnt: "/mnt/share"
lockdown_mode: "xxxxxxx"
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 39. idrac_redfish-storage-controller
Parameter Required Default Choices Comments
baseuri True NA NA IP address of the target iDRAC.
For example- <ipaddress>:<port>
username True NA NA Username of the target iDRAC.
password True NA NA Password of the target iDRAC.
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.
Modules for iDRAC 43