Users Guide
Table 21. dellemc_configure_idrac_services (continued)
Parameter Required Default Choices Comments
tls_protocol False NA
• TLS_1_0_and_Higher
• TLS_1_1_and_Higher
• TLS_1_2_Only
Transport Layer Security for web
server
https_port False NA NA HTTPS access port
http_port False NA NA HTTP access port
timeout False NA NA Timeout value
snmp_enable False NA
• Enabled
• Disabled
Whether to Enable or Disable SNMP
protocol for iDRAC
snmp_protocol False NA
• All
• SNMPv3
Type of the SNMP protocol
community_name False test NA
SNMP community name for iDRAC. It
is used by iDRAC to validate SNMP
queries, and gets received from remote
systems requesting SNMP data
access.
alert_port False None NA
The iDRAC port number that must be
used for SNMP traps. The 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 22. Return Values
Name Description Returned Type Sample
iDRAC services
Configures the iDRAC services
attributes
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC/blob/master/samples/
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"
Modules for iDRAC
29