Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-hamann/ansible-ntpsec-client
Ansible role to set up NTPSec as a client for secure time synchronization using NTS
https://github.com/s-hamann/ansible-ntpsec-client
ansible-role ntp ntp-client nts time-synchronization
Last synced: 19 days ago
JSON representation
Ansible role to set up NTPSec as a client for secure time synchronization using NTS
- Host: GitHub
- URL: https://github.com/s-hamann/ansible-ntpsec-client
- Owner: s-hamann
- Created: 2020-01-18T09:40:08.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T08:18:06.000Z (about 1 year ago)
- Last Synced: 2024-11-17T20:22:18.434Z (3 months ago)
- Topics: ansible-role, ntp, ntp-client, nts, time-synchronization
- Language: Jinja
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NTPSec Client
=============This role sets up time synchronization using NTPSec.
It uses NTS to ensure secure time synchronization.Requirements
------------NTS was implemented in NTPSec 1.1.4. Since this role uses the package management to install NTPSec, the target system's distribution needs to provide at least NTPSec 1.1.4.
Furthermore, it need to provide at least OpenSSL 1.1, since NTS requires TLSv1.3, which is not supported by older version of OpenSSL.Role Variables
--------------* `ntpsec_client_servers`
A list of servers to synchronize with.
The servers need to support NTS.
Defaults to `time.cloudflare.com`.License
-------MIT