Users Guide

Table Of Contents
scp_file: "exported_scp_filename"
export_format: "JSON"
job_wait: False
Configuring iDRAC
Following are the modules responsible for configuring specific iDRAC attributes.
Configure iDRAC users
Configure iDRAC timezone
Configure iDRAC eventing
Configure iDRAC services
Configure iDRAC network
Configure iDRAC users
Module: idrac_user
Synopsis
This module allows to perform the following:
Add a new user account
Edit a user account
Enable or disable a user account
Check_mode support: Yes
Options
Table 7. idrac_user
Parameter/aliases 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
state False NA Present, or Absent
Select C(present) to create or modify
a user account.
Select C(absent) to remove a user
account.
user_name False NA NA
Provide the user name of the account to
be created, deleted, or modified.
user_password False NA NA
Provide a password for the newly created
user. The password can be changed when
the user account is modified.
To ensure security, the password must
be at least eight characters long
and must contain lowercase and upper-
case characters, numbers, and special
characters.
new_user_name False NA NA
Provide a user name for the account to be
modified.
privilege False NA
NoAccess
Readonly
Following are the role based privileges:
Modules for iDRAC 17