Users Guide

Table Of Contents
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