Users Guide

Table 22. Return Values
Name Description Returned Type Sample
BIOS
Configures the BIOS
configuration attributes
Success String
https://github.com/dell/Dell-EMC-
Ansible-Modules-for-iDRAC
Example
-name: Configure BIOS attributes
dellemc_configure_bios:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
share_name: "\\\\xx.xx.xx.xx\\share"
share_pwd: "xxxxxxxx"
share_user: "xxxxx"
share_mnt: "xxxxxx"
boot_mode : "xxxxx"
nvme_mode: "xxxxx"
secure_boot_mode: "xxxxxx"
onetime_boot_mode: "xxxxxx"
Configuring RAID
Module: dellemc_configure_raid
Synopsis
This module hosts the RAID configuration related attributes.
Options
Table 23. dellemc_configure_raid
Parameter Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_pwd Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
share_name Yes NA NA CIFS or NFS Network share
share_user Yes NA NA
Network share user in the format
'user@domain' if user is part of a
domain else 'user'
share_pwd Yes NA NA Network share user password
share_mnt Yes NA NA
Local mount path of the network
share with read-write permission
for ansible user
vd_name No NA NA
Virtual disk name
Optional, if we perform create
operations
Mandatory, if we perform
remove operations
span_depth No 1 NA Span Depth
span_length No 2 NA Span Length
number_dedicated_hot_spar
e
No 0 NA Number of Dedicated Hot Spare
Configuring PowerEdge Servers 25