mellanox.onyx.onyx_ntp_servers_peers – Configures NTP peers and servers parameters¶
Note
This plugin is part of the mellanox.onyx collection (version 1.0.0).
To install it use: ansible-galaxy collection install mellanox.onyx
.
To use it in a playbook, specify: mellanox.onyx.onyx_ntp_servers_peers
.
New in version 0.2.0: of mellanox.onyx
Synopsis¶
This module provides declarative management of NTP peers and servers configuration on Mellanox ONYX network devices.
Parameters¶
Examples¶
- name: Configure NTP peers and servers
onyx_ntp_peers_servers:
peer:
- ip_or_name: 1.1.1.1
enabled: yes
version: 4
key_id: 6
state: present
server:
- ip_or_name: 2.2.2.2
enabled: true
version: 3
key_id: 8
trusted_enable: no
state: present
ntpdate: 192.168.10.10
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Sara-Touqan (@sarato)