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 7. idrac_user (continued)
Parameter/aliases Required Default Choices Comments
● Operator
● Administrator
● Administrator: A user with
Administrator privilege can log in to
iDRAC, and then configure iDRAC,
configure users, clear logs, control
and configure system, access virtual
console, access virtual media, test
alerts, and execute debug commands.
● Operator: A user with Operator
privilege can log in to iDRAC,
and then configure iDRAC, control
and configure system, access virtual
console, access virtual media, and
execute debug commands.
● Read Only: A user with read-only
privilege can only log in to iDRAC.
● None: No privileges assigned
ipmi_lan_privilege False NA
● No_Access
● Administrator
● Operator
● User
The Intelligent Platform Management
Interface LAN privilege level assigned to
the user
ipmi_serial_privilege False NA
● No_Access
● Administrator
● Operator
● User
The Intelligent Platform Management
Interface Serial Port privilege level
assigned to the user. This option is only
applicable for rack and tower servers.
enable False NA
● Enabled
● Disabled
Provides the option to enable or disable a
user from logging in to iDRAC.
sol_enable False NA
● Enabled
● Disabled
Enables Serial Over LAN(SOL) for the
iDRAC user.
protocol_enable False NA
● Enabled
● Disabled
Select enabled to enable Simple Network
Management Protocol version 3 (SNMP
V3) support.
authentication_protocol No NA
● T_None
● SHA
● MD5
This option allows to configure one of the
following authentication protocol types to
authenticate the iDRAC user:
● Secure Hash Algorithm (SHA)
● Message Digest 5 (MD5)
An authentication protocol is not
configured if C(none) is selected.
privacy_protocol No NA
● T_None
● DES
● AES
This option allows to configure one of the
following privacy encryption protocols for
the iDRAC user:
● Data Encryption Standard (DES)
● Advanced Encryption Standard (AES)
A privacy protocol is not configured if
C(none) is selected.
Return Values
msg:
description: Status of the iDRAC user configuration.
returned: always
type: str
sample: "Successfully created user account details."
status:
18
Modules for iDRAC