Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- 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)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
"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