Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 2.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules for iDRAC works
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Modules for OpenManage Enterprise (OME)
- Troubleshooting
- Accessing documents from the Dell EMC support site
Table 17. dellemc_configure_idrac_eventing (continued)
Parameter Required Default Choices Comments
snmp_v3_username No NA NA SNMP v3 username for SNMP Trap
snmp_trap_state No NA
● Enabled
● Disabled
Whether to Enable or Disable SNMP
alert
email_alert_state No NA
● Enabled
● Disabled
Whether to Enable or Disable Email
alert
alert_number No None NA Alert number for Email configuration
address No NA NA Email address for SNMP Trap
custom_message No NA NA
Custom message for SNMP Trap
reference
enable_alerts No NA
● Enabled
● Disabled
Whether to Enable or Disable iDRAC
alerts
authentication No NA
● Enabled
● Disabled
Simple Mail Transfer Protocol
Authentication
smtp_ip_address No NA NA SMTP IP address for communication
smtp_port No None NA SMTP Port number for access
username No None NA Username for SMTP authentication
password No None NA Password for SMTP authentication
Table 18. Return Values
Name Description Returned Type Sample
iDRAC
eventing
Configures the iDRAC
eventing attributes
Success String https://github.com/dell/Dell-EMC-
Ansible-Modules-for-iDRAC/blob/master/
samples/
dellemc_configure_idrac_eventing.md
Example
-name: Configure the iDRAC eventing attributes
dellemc_configure_idrac_eventing:
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"
destination_number: "xxxx"
destination: "xxxx"
snmp_v3_username: "xxxx"
snmp_trap_state: "xxxx"
email_alert_state: "xxxx"
alert_number: "xxxx"
address: "xxxxxxxxxx"
custom_message: "xxxx"
enable_alerts: "xxxxxx"
authentication: "xxxxxx"
smtp_ip_address: "x.x.x.x"
smtp_port: "xxxx"
username: "xxxx"
password: "xxxxxxxx"
Modules for iDRAC
23