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 16. idrac_bios (continued)
Parameter/
aliases
Required Default Choices Comments
Ensure that I(boot_mode) option is
provided to determine which boot
sequence is applied.
NOTE: This option is deprecated,
and will be removed in later version.
Use I(attributes) for configuring the
BIOS attributes.
NOTE: I(boot_sequence) is mutually
exclusive with I(boot_sources).
nvme_mode No NA
● NonRaid
● Raid
(deprecated) Configures the NVME
mode in iDRAC 9 based PowerEdge
servers.
NOTE: This option is deprecated,
and will be removed in later version.
Use I(attributes) for configuring the
BIOS attributes.
NOTE: I(nvme_mode) is mutually
exclusive with I(boot_sources).
secure_boot_mode No NA
● AuditMode,
● DeployedMode
● SetupMode
● UserMode
(deprecated) Sets the Secure Boot
policy on iDRAC 9 based PowerEdge
servers
NOTE: This option is deprecated,
and will be removed in later version.
Use I(attributes) for configuring the
BIOS attributes.
NOTE: I(secure_boot_mode)
is mutually exclusive with
I(boot_sources).
onetime_boot_mod
e
No NA
● Disabled
● OneTimeBootSeq
● OneTimeCustomBootSeq
Str
● OneTimeCustomHddSeqS
tr
● OneTimeCustomUefiBoot
SeqStr
● OneTimeHddSeq
● OneTimeUefiBootSeq
(deprecated) Configures the one time
boot mode setting.
NOTE: This option is deprecated,
and will be removed in later version.
Use I(attributes) for configuring the
BIOS attributes.
NOTE: I(onetime_boot_mode)
is mutually exclusive with
I(boot_sources).
attributes No NA NA
Dictionary of BIOS attributes and value
pair. Attributes should be part of the
Redfish Dell BIOS Attribute Registry.
Use (https://I(idrac_ip)/redfish/v1/
Systems/System.Embedded.1/Bios) to
view the Redfish URI.
If deprecated options are provided 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).
28 Modules for iDRAC