Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- 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)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
Table 82. dellemc_configure_bios (continued)
Parameter/
aliases
Required Default Choices Comments
I(idrac_ip)/redfish/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_configure_bios module
uses the current Index or
Enabled value from the target
server for the specified boot source
while applying boot sources.
NOTE: In case the selected Index
or Enabled value from the target
server conflicts with any of the
boot_sources option values to be
applied, dellemc_configure_bios
module may fail to apply with
appropriate error message.
Table 83. Return Values
Name Description Returned Type Sample
BIOS
Configures the BIOS
configuration attributes
Success String
https://github.com/dell/dellemc-
openmanage-ansible-modules/
blob/devel/output/deprecated/
dellemc_configure_bios.md
Examples
-name: Configure BIOS Generic attributes
dellemc_configure_bios:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password: "xxxxxxxx"
attributes:
BootMode : "Bios"
Deprecated modules
137