sky-uk / clusterverse

Full-lifecycle cloud infrastructure cluster management, using Ansible
BSD 3-Clause "New" or "Revised" License
15 stars 8 forks source link

Install and Configure Chrony service for Time sync #118

Closed flfernandez closed 1 year ago

flfernandez commented 2 years ago

Clusterverse should be able to install/configure NTP on Linux instances (preferably using Chrony), as it is an important requirement in all distributed systems/databases.

According to the official documentation from:

I have created a branch with an additional task in the config section of Clusterverse responsible for installing and configuring Chrony on both Ubuntu and CentOS in AWS and GCP.

The branch is chrony_install: https://github.com/sky-uk/clusterverse/tree/chrony_install

This has been tested on Ubuntu 18.04 and CentOS 7 in AWS.

Please let me know if you think there is any issues with this approach and feel free to suggest/change this branch. Otherwise please let me know if a PR can be created.

Thanks in advance. Fernando