Users Guide
Parameter Required Default Choices Comments
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 Qualied 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 24. Return Values
Name Description Returned Type Sample
RAID
conguration
Congures the RAID conguration
attributes
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC/blob/master/samples/
dellemc_congure_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"
Conguring storage volume
Module: dellemc_idrac_storage_volume
Synopsis
30
Conguring PowerEdge Servers