Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- 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)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
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 58. 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.
secondary_ntp_address2 False NA NA
● The second secondary NTP
address
● This option is applicable when
I(enable_ntp) is true.
Return Values
msg:
type: str
description: Overall status of the network time configuration change.
returned: always
sample: "Successfully configured network time."
proxy_configuration:
type: dict
96
Modules for OpenManage Enterprise (OME)