Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 1.0.1 User’s Guide
 - Overview
 - Getting Started
 - Updating Firmware
 - Configuring PowerEdge Servers
 - Deploying Operating System
 - Server Inventory
 - Server Administration Tasks
 - Troubleshooting
 - Accessing support content from the Dell EMC support site
 
   idrac_user:            "xxxx"
   idrac_pwd:             "xxxxxxxx"
   share_name:            "\\\\xx.xx.xx.xx\\share"
   share_pwd:             "xxxxxxxx"
   share_user:            "xxxx"
   share_mnt:             "/mnt/share"
   register_idrac_on_dns: "Enabled'
   dns_idrac_name:        "None"
   auto_config:           "None"
   static_dns:            "None"
   setup_idrac_nic_vlan:  "Enabled"
   vlan_id:               "0"
   vlan_priority:         "1"
   enable_nic:            "Enabled"
   nic_selection:         "Dedicated"
   failover_network:      "T_None"
   auto_detect:           "Disabled"
   auto_negotiation:      "Enabled"
   network_speed:         "T_1000"
   duplex_mode:           "Full"
   nic_mtu:               "1500"
   ip_address:            "x.x.x.x"
   enable_dhcp:           "Enabled"
   dns_1:                 "x.x.x.x"
   dns_2:                 "x.x.x.x"
   dns_from_dhcp:         "Enabled"
   enable_ipv4:           "Enabled"
   gateway:               "None"
   net_mask:              "None"
   static_dns_1:          "x.x.x.x"
   static_dns_2:          "x.x.x.x"
   static_dns_from_dhcp:  "Enabled"
   static_gateway:        "None"
   static_net_mask:       "None"
Configuring BIOS
Module: dellemc_configure_bios
Synopsis
This module hosts the BIOS configuration related tasks. The tasks are:
● Setup_boot_mode: Configures the boot mode to BIOS or Unified Extensible Firmware Interface (UEFI).
● Setup_onetime_boot_mode: Configures the one time boot mode setting such as Disabled, OneTimeBootSeq,
OneTimeHddSeq, OneTimeUefiBootSeq.
● Setup_NVMe_Mode: Configures the NVMe mode.
● Setup_Secure_boot_Mode: Configures how the BIOS uses the Secure Boot Policy Objects.
Options
Table 21. dellemc_configure_bios 
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
Configuring PowerEdge Servers 21










