mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-10 02:41:30 +00:00
Tested on iLO 5 (HP Gen 10).
Command checked from iLO5 REST API reference at https://hewlettpackard.github.io/ilo-rest-api-docs/ilo5/#configuring-network-time-protocol-ntp
(cherry picked from commit 3b48bde84f)
Co-authored-by: Ondrej Faměra <ondrej-xa2iel8u@famera.cz>
This commit is contained in:
@@ -82,6 +82,17 @@ EXAMPLES = '''
|
|||||||
password: Testpass123
|
password: Testpass123
|
||||||
attribute_name: TimeZone
|
attribute_name: TimeZone
|
||||||
attribute_value: Chennai
|
attribute_value: Chennai
|
||||||
|
|
||||||
|
- name: Set NTP Servers
|
||||||
|
community.general.ilo_redfish_config:
|
||||||
|
category: Manager
|
||||||
|
command: SetNTPServers
|
||||||
|
baseuri: 15.X.X.X
|
||||||
|
username: Admin
|
||||||
|
password: Testpass123
|
||||||
|
attribute_name: StaticNTPServers
|
||||||
|
attribute_value: X.X.X.X
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|||||||
Reference in New Issue
Block a user