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 80. dellemc_configure_idrac_network (continued)
Parameter/aliases Required Default Choices Comments
auto_negotiation No NA
● Enabled
● Disabled
Auto negotiation of Network Interface
Controller for iDRAC
network_speed No NA
● T_10
● T_100
● T_1000
Network speed for Network Interface
Controller types for iDRAC
duplex_mode No NA
● Full
● Half
Transmission of data Network Interface
Controller types for iDRAC
nic_mtu No None NA NIC Maximum Transmission Unit
ip_address No NA NA IP Address needs to be defined
enable_dhcp No NA NA
Whether to Enable or Disable DHCP
Protocol for iDRAC
dns_from_dhcp No NA
● Enabled
● Disabled
Specifying Domain Name System from
Dynamic Host Configuration Protocol
enable_ipv4 No NA
● Enabled
● Disabled
Whether to Enable or Disable IPv4
configuration
static_dns_1 No NA NA
Specify Domain Name System
Configuration
static_dns_2 No NA NA
Specify Domain Name System
Configuration
static_gateway No None NA
Interfacing the network with another
protocol
static_net_mask No None NA
Determine whether IP address belongs to
host
Table 81. Return Values
Name Description Returned Type Sample
iDRAC network
Configures the iDRAC
network attributes
Success String
https://github.com/dell/dellemc-openmanage-
ansible-modules/blob/devel/output/deprecated/
dellemc_configure_idrac_network.md
Example
-name: Configure the iDRAC network attributes
dellemc_configure_idrac_network:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password: "xxxxxxxx"
share_name: "xx.xx.xx.xx:/share"
share_password: "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"
134
Deprecated modules