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
Check_mode support: Yes
Options
Table 12. dellemc_configure_idrac_services
Parameter Required Default Choices Comments
idrac_ip True NA NA iDRAC IP Address
idrac_user True NA NA iDRAC username
idrac_password/
idrac_pwd
True NA NA iDRAC user password
idrac_port False 443 NA iDRAC port
share_name True NA NA
CIFS or NFS Network share or a
local path
share_user False NA NA
Network share user in the format
'user@domain' or 'domain\user' if
user is part of a domain else 'user'.
This option is mandatory for CIFS
Network share.
share_password/
share_pwd
False NA NA
Network share user password.
This option is mandatory for CIFS
Network share.
share_mnt False NA NA
Local mount path of the network
share with read/write permission
for Ansible user. This option is
mandatory for CIFS or NFS Network
share.
enable_web_server False NA
● Enabled
● Disabled
Whether to Enable or Disable web
server configuration for iDRAC
ssl_encryption False 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 False NA
● TLS_1_0_and_Highe
r
● 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
Modules for iDRAC 23