Users Guide

Parameter Required Default Choices Comments
view BIOS attributes: (https://I(idrac_ip)/
redsh/v1/Systems/System.Embedded.1/
Bios).
If deprecated options are given and the
same are repeated in I(attributes) then
values in I(attributes) will take precedence.
NOTE: I(attributes) is mutually
exclusive with I(boot_sources).
boot_sources No NA NA
List of boot devices to set the boot sources
settings. Boot devices are dictionary.
While applying boot sequence, Index of at
least one boot device should be 0.
NOTE: I(boot_sources) is mutually
exclusive with I(attributes),
I(boot_sequence),
I(onetime_boot_mode),
I(secure_boot_mode),
I(nvme_mode), and I(boot_mode).
NOTE: When user does not provide
Index or Enabled value in
boot_sources option,
dellemc_congure_bios module
uses the current Index or
Enabled value from the target
server for the specied boot source
while applying boot sources.
NOTE: In case the selected Index
or Enabled value from the target
server conicts with any of the
boot_sources option values to be
applied, dellemc_congure_bios
module may fail to apply with
appropriate error message.
Table 22. Return Values
Name Description Returned Type Sample
BIOS
Congures the BIOS conguration
attributes
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC/blob/master/samples/
dellemc_congure_bios.md
Examples
-name: Configure BIOS Generic attributes
dellemc_configure_bios:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
attributes:
BootMode : "Bios"
Conguring
PowerEdge Servers 27