Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 1.0.1 User’s Guide
 - Overview
 - Getting Started
 - Updating Firmware
 - Configuring PowerEdge Servers
 - Deploying Operating System
 - Server Inventory
 - Server Administration Tasks
 - Troubleshooting
 - Accessing support content from the Dell EMC support site
 
     share_user:                   "xxxx"
     share_mnt:                    "/mnt/share"
     action:                       "create"
     user_name:                    "username"
     user_password:                "xxxxxxxx"
     privilege_users:              "Administrator"
     ipmilanprivilege_users:       "Administrator"
     ipmiserialprivilege_users:    "Administrator"
     enable_users:                 "Enabled"
     solenable_users:              "Enabled"
     protocolenable_users:         "Enabled"
     authenticationprotocol_users: "SHA"
     privacyprotocol_users:        "AES"
Configuring iDRAC Timezone
Module: dellemc_configure_idrac_timezone
Synopsis
This module configures the iDRAC timezone related attributes.
Options
Table 13. dellemc_configure_idrac_timezone 
Parameter Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_pwd Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
share_name Yes NA NA CIFS or NFS Network share
share_user Yes NA NA
Network share user in the format
'user@domain' if user is part of a domain
else 'user'
share_pwd Yes NA NA Network share user password
share_mnt Yes NA NA
Local mount path of the network share
with read-write permission for ansible user
setup_idrac_timezone No NA NA Configuring the timezone for iDRAC
enable_ntp No NA NA
Whether to Enable or Disable NTP for
iDRAC
ntp_server_1 No NA NA NTP configuration for iDRAC
ntp_server_2 No NA NA NTP configuration for iDRAC
ntp_server_3 No NA NA NTP configuration for iDRAC
Table 14. Return Values 
Name Description Returned Type Sample
iDRAC Timezone
Configures the iDRAC
timezone attributes
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC
Example
-name: Configure the iDRAC timezone attributes
   dellemc_configure_idrac_timezone:
     idrac_ip:             "xx.xx.xx.xx"
     idrac_user:           "xxxx"
Configuring PowerEdge Servers
15










