Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 2.0.1 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- Modules for OpenManage Enterprise (OME)
- Troubleshooting
- Accessing documents from the Dell EMC support site
Table 27. dellemc_configure_raid (continued)
Parameter/aliases Required Default Choices Comments
raid_level 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
● WriteBackForce
Write cache policy
read_cache_policy No NoReadAhead
● NoReadAhead
● ReadAhead
● Adaptive
Read cache policy
stripe_size No 65536 NA
Provide stripe size value in
multiples of 64 * 1024
controller_fqdd Yes NA NA
Fully Qualified Device Descriptor
(FQDD) of the storage controller,
for e.g. RAID.Integrated.1-1
media_type No HDD
● HDD
● SSD
Media type
bus_protocol No SATA
● SAS
● SATA
Bus protocol
state Yes NA
● present
● absent
● If the value is 'present', the
module will perform 'create'
operations
● If the value is 'absent', the
module will perform 'remove'
operations
Table 28. Return Values
Name Description Returned Type Sample
RAID
configuration
Configures the RAID
configuration attributes
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC/blob/master/samples/
dellemc_configure_raid.md
Example
-name: Configure the RAID attributes
dellemc_configure_raid:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
share_name: "xx.xx.xx.xx:/share"
share_pwd: "xxxxxxxx"
share_user: "xxxx"
share_mnt: "xxxxxx"
controller_fqdd: "xxxxxxxx"
vd_name: "xxxxxx"
36
Modules for iDRAC