Users Guide

Table 26. 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/blob/master/samples/
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"
OneTimeBootMode: "Enabled"
BootSeqRetry: "Enabled"
- name: Configure PXE Generic Attributes
dellemc_configure_bios:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password: "xxxxxxxx"
attributes:
PxeDev1EnDis: "Enabled"
PxeDev1Protocol: "IPV4"
PxeDev1VlanEnDis: "Enabled"
PxeDev1VlanId: x
PxeDev1Interface: "NIC.Embedded.x-x-x"
PxeDev1VlanPriority: x
- name: Configure Boot Sources
dellemc_configure_bios:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password: "xxxxxxxx"
boot_sources:
- Name : "NIC.Integrated.x-x-x"
Enabled : True
Index : 0
- name: Configure Boot Sources
dellemc_configure_bios:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password: "xxxxxxxx"
boot_sources:
- Name : "NIC.Integrated.x-x-x"
Enabled : True
Index : 0
- Name : "NIC.Integrated.x-x-x"
Enabled : true
Index : 1
- Name : "NIC.Integrated.x-x-x"
Enabled : true
Index : 2
- name: Configure Boot Sources - Enabled
dellemc_configure_bios:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password: "xxxxxxxx"
boot_sources:
34
Modules for iDRAC