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
idrac_password: "user_password"
boot_sources:
- Name : "NIC.Integrated.1-1-1"
Enabled : true
- name: Configure boot sources - Index
dellemc.openmanage.idrac_bios:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
boot_sources:
- Name : "NIC.Integrated.1-1-1"
Index : 0
Configure storage volume
Module: dellemc_idrac_storage_volume
Synopsis
This module hosts the RAID configuration related attributes.
Check_mode support: Yes
Options
Table 12. dellemc_idrac_storage_volume
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
span_depth No 1 NA
● Number of spans in the RAID
configuration.
● I(span_depth) is mandatory for
C(create) and its value depends on
I(volume_type).
span_length No 1 NA
● Number of disks in a span.
● I(span_length) is mandatory for
C(create) and its value depends on
I(volume_type).
number_dedicated_hot
_spare
No 0 NA Number of Dedicated Hot Spare
volume_type No RAID 0
● RAID 0
● RAID 1
● RAID 5
● RAID 6
● RAID 10
● RAID 50
● RAID 60
Provide the required RAID level
disk_cache_policy No Default
● Default
● Enabled
● Disabled
Disk Cache Policy
write_cache_policy No WriteThrough
● WriteThrough
● WriteBack
Write Cache Policy
Modules for iDRAC 35