Users Guide

Example
-name: Configure the iDRAC services attributes
dellemc_configure_idrac_services:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
share_name: "\\\\xx.xx.xx.xx\\share"
share_pwd: "xxxxxxxx"
share_user: "xxxx"
share_mnt: "/mnt/share"
enable_web_server: "Enabled"
http_port: "80"
https_port: "443"
ssl_encryption: "Auto_Negotiate"
tls_protocol: "TLS_1_2_Only"
timeout: "1800"
snmp_enable: "Enabled"
snmp_protocol: "SNMPv3"
community_name: "test"
alert_port: "None"
discovery_port: "162"
trap_format: "None"
Configuring iDRAC Network
Module: dellemc_configure_idrac_network
Synopsis
This module configures the iDRAC networking attributes.
Options
Table 19. dellemc_configure_idrac_network
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 part of a domain
else 'user'
share_pwd Yes NA NA Network share user password
share_mnt Yes NA NA
Local mount path of the network share
with read-write permission for ansible user
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
Configuring PowerEdge Servers 21