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
Synopsis
This module configures the iDRAC networking attributes.
Check_mode support: Yes
Options
Table 80. dellemc_configure_idrac_network
Parameter/aliases Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_password/
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 or a local path
share_user No NA NA
Network share user in the format
'user@domain' or 'domain\user' if user is
part of a domain else 'user'. This option is
mandatory for CIFS Network share.
share_password/
share_pwd
No NA NA
Network share user password. This option
is mandatory for CIFS Network share.
share_mnt No NA NA
Local mount path of the network share
with read-write permission for Ansible user.
This option is mandatory for CIFS or NFS
Network share.
setup_idrac_nic_vlan No NA NA
Configuring the VLAN-related setting for
iDRAC
register_idrac_on_dns No NA
● Enabled
● Disabled
Registering Domain Name System for
iDRAC
dns_idrac_name No NA NA DNS Name for iDRAC
auto_config No NA
● Enabled
● Disabled
Automatically creates the records for DNS
static_dns No NA NA Static configuration for DNS
vlan_id No None NA Configuring the VLAN ID for iDRAC
vlan_priority No None NA Configuring the VLAN priority for iDRAC
enable_nic No NA
● Enabled
● Disabled
Whether to Enable or Disable Network
Interface Controller for iDRAC
nic_selection No NA
● Dedicated
● LOM1
● LOM2
● LOM3
● LOM4
Selecting Network Interface Controller
types for iDRAC
failover_network No NA
● ALL
● LOM1
● LOM2
● LOM3
● LOM4
● T_None
Failover Network Interface Controller types
for iDRAC
auto_detect No NA
● Enabled
● Disabled
Auto detect Network Interface Controller
types for iDRAC
Deprecated modules 133