Users Guide

Table 17. dellemc_configure_idrac_services (continued)
Parameter Required Default Choices Comments
Disabled
ssl_encryption No NA
Auto_Negotiate
T_128_Bit_or_higher
T_168_Bit_or_higher
T_256_Bit_or_highe
r
Secure Socket Layer encryption for
web server
tls_protocol No NA
TLS_1_0_and_Highe
r
TLS_1_1_and_Higher
TLS_1_2_Only
Transport Layer Security for web
server
https_port No NA NA HTTPS access port
http_port No NA NA HTTP access port
timeout No NA NA Timeout value
snmp_enable No NA
Enabled
Disabled
Whether to Enable or Disable SNMP
protocol for iDRAC
snmp_protocol No NA
All
SNMPv3
Type of the SNMP protocol
community_name No test NA SNMP community name for iDRAC
alert_port No None NA SNMP alert port for iDRAC
discovery_port No 162 NA SNMP discovery port for iDRAC
trap_format No None NA SNMP trap format for iDRAC
Table 18. 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_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 PowerEdge Servers
19