Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- 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)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
Table 6. idrac_timezone_ntp (continued)
Parameter/aliases Required Default Choices Comments
share_user No NA NA
Network share user name. Use the format
'user@domain' or 'domain \\ user' if user
is part of a domain.
This option is mandatory for CIFS share.
share_password/
share_pwd
No NA NA
Network share user password. This option
is mandatory for CIFS share.
share_mnt No NA NA
Local mount path of the network share
with read-write permission for Ansible
user. This option is mandatory for network
shares.
setup_idrac_timezone No NA NA Allows to configure time zone on iDRAC.
enable_ntp No NA NA Allows to enable or disable NTP on iDRAC.
ntp_server_1 No NA NA The IP address of the NTP server 1.
ntp_server_2 No NA NA The IP address of the NTP server 2.
ntp_server_3 No NA NA The IP address of the NTP server 3.
Return Values
msg:
description: Overall status of the timezone and ntp configuration.
returned: always
type: str
sample: "Successfully configured the iDRAC time settings."
timezone_ntp_status:
description: Job details of the time zone setting operation.
returned: success
type: dict
sample: {
"@odata.context": "/redfish/v1/$metadata#DellJob.DellJob",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/JID_861801613971",
"@odata.type": "#DellJob.v1_0_0.DellJob",
"CompletionTime": "2020-04-06T19:06:01",
"Description": "Job Instance",
"EndTime": null,
"Id": "JID_861801613971",
"JobState": "Completed",
"JobType": "ImportConfiguration",
"Message": "Successfully imported and applied Server Configuration Profile.",
"MessageArgs": [],
"MessageId": "SYS053",
"Name": "Import Configuration",
"PercentComplete": 100,
"StartTime": "TIME_NOW",
"Status": "Success",
"TargetSettingsURI": null,
"retval": true
}
error_info:
description: Details of the HTTP Error.
returned: on HTTP error
type: dict
sample: {
"error": {
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information.",
"@Message.ExtendedInfo": [
{
"MessageId": "GEN1234",
"RelatedProperties": [],
"Message": "Unable to process the request because an error occurred.",
"MessageArgs": [],
Modules for iDRAC
23