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
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