mellanox.onyx.onyx_ntp – Manage NTP general configurations and ntp keys configurations on Mellanox ONYX network devices¶
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
.
New in version 0.2.0: of mellanox.onyx
Synopsis¶
This module provides declarative management of NTP & NTP Keys on Mellanox ONYX network devices.
Parameters¶
Examples¶
- name: Configure NTP
onyx_ntp:
state: enabled
authenticate_state: enabled
ntp_authentication_keys:
- auth_key_id: 1
auth_key_encrypt_type: md5
auth_key_password: 12345
auth_key_state: absent
trusted_keys: 1,2,3
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Sara-Touqan (@sarato)