Users Guide

Table Of Contents
username: "username"
password: "password"
webserver_port: 443
webserver_timeout: 10
- name: Update session time out
dellemc.openmanage.ome_application_network_webserver:
hostname: "192.168.0.1"
username: "username"
password: "password"
webserver_timeout: 30
- name: Update web server port
dellemc.openmanage.ome_application_network_webserver:
hostname: "192.168.0.1"
username: "username"
password: "password"
webserver_port: 8443
Manage time configuration
Module: ome_application_network_time
Synopsis
This module allows the configuration of network time.
Options
Table 47. ome_application_network_time
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
port False 443 NA Target HTTPS port
enable_ntp True NA NA
This option enables or disables
Network Time Protocol(NTP).
If I(enable_ntp) is false, then
the NTP addresses reset to their
default values.
system_time False NA NA
Time in the current system.
This option is only applicable
when I(enable_ntp) is false.
This option must be provided in
following format - 'yyyy-mm-dd
hh:mm:ss'.
time_zone False NA NA
The valid time zone ID to be
used.
This option is applicable for
both system time and NTP time
synchronization.
primary_ntp_address False NA NA
The primary NTP address
This option is applicable when
I(enable_ntp) is true.
secondary_ntp_address1 False NA NA
The first secondary NTP address
This option is applicable when
I(enable_ntp) is true.
Modules for OpenManage Enterprise (OME) 121