Users Guide
"TimeZoneIdLinux": null,
"TimeZoneIdWindows": null,
"UtcTime": null
}
error_info:
description: Details of the HTTP error.
returned: on HTTP error
type: dict
sample: {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Unable to complete the request because the input value
for SystemTime is missing or an invalid value is entered.",
"MessageArgs": [
"SystemTime"
],
"MessageId": "CGEN6002",
"RelatedProperties": [],
"Resolution": "Enter a valid value and retry the operation.",
"Severity": "Critical"
}
],
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information."
}
}
Examples
- name: Configure system time.
ome_application_network_time:
hostname: "192.168.0.1"
username: "username"
password: "password"
enable_ntp: false
system_time: "2020-03-31 21:35:18"
time_zone: "TZ_ID_11"
- name: Configure NTP server for time synchronization.
ome_application_network_time:
hostname: "192.168.0.1"
username: "username"
password: "password"
enable_ntp: true
time_zone: "TZ_ID_66"
primary_ntp_address: "10.136.112.220"
secondary_ntp_address1: "10.136.112.221"
secondary_ntp_address2: "10.136.112.222"
Generate and upload a certificate signing request
Module: ome_application_certificate
Synopsis
This module allows the generation of a new certificate signing request (CSR) and to upload the certificate on OpenManage Enterprise.
NOTE: If a certificate is uploaded, which is identical to an already existing certificate, it is accepted by the module.
Options
Table 79. ome_application_certifcate
Parameters Required Default Choices Comments
hostname True NA NA Target IP address or hostname
username True NA NA Target username
password True NA NA Target user password
Modules for OpenManage Enterprise (OME) 113