Users Guide

Table Of Contents
Table 12. dellemc_configure_idrac_services (continued)
Parameter Required Default Choices Comments
default value is 162, and the
acceptable range is between 1 to
65535.
discovery_port False 162 NA
The SNMP agent port on the
iDRAC. The default value is 161, and
the acceptable range is between 1
to 65535.
trap_format False None
SNMPv1, SNMPv2 or
SNMPv3
SNMP trap format for iDRAC
ipmi_lan False NA NA
This option used by iDRAC when it
sends out SNMP and IPMI traps.
The community name is checked by
the remote system to which the
traps are sent.
Table 13. Return Values
Name Description Returned Type Output
iDRAC services
Configures the iDRAC services
attributes
Success String
https://github.com/dell/dellemc-openmanage-
ansible-modules/tree/devel/output/idrac/
dellemc_configure_idrac_services.md
Example
name: Configure the iDRAC services attributes.
dellemc_configure_idrac_services:
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"
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: "public"
alert_port: 162
discovery_port: 161
trap_format: "SNMPv3"
ipmi_lan:
community_name: "public"
Configure iDRAC network
Module: idrac_network
Synopsis
This module allows to configure iDRAC network settings.
Check_mode support: Yes
Options
24
Modules for iDRAC