timesync icon indicating copy to clipboard operation
timesync copied to clipboard

An ansible role which configures time synchronization

Results 14 timesync issues
Sort by recently updated
recently updated
newest added

This PR is for the purpose of triggering periodic CI testing. We don't currently have a way to trigger CI without a PR, so this PR serves that purpose.

Enhancement: I changed the template for chrony sysconfig in order to implement CIS Benchmark recomendation for RHEL. Reason: Be compatible with CIS Benchmark "2.1.2 Ensure chrony is configured" on a...

Enhancement: support leapsectz option Reason: this option is mandatory in order to manage leap second situation Result: new option available Issue Tracker Tickets (Jira or BZ if any):

All path below /etc/chrony# ls -la total 20 drwxr-xr-x 4 root root 75 May 25 08:49 . drwxr-xr-x 105 root root 8192 Jul 17 12:47 .. -rw-r--r-- 1 root root...

noselect is a valid option for server & pool entries for both chronyd and ntpd. It has usefulness when you want to have a reference clock available but not utilized...

The timesync role places the chrony.conf into /etc for each OS. Ubuntu (DEBIAN) expects the config in the /etc/chrony/ directory. Should be handled inside /tasks/main.yml as os specific variable. ```...

Use `linux-system-roles.meta_test` role to implement idempotency and checkmode testing.

Found this small addition useful in my local installation, thought it might be helpful to others.

needs-ci

I am using Ubuntu and in the task `Get chrony version` get the following error: `package chrony is not installed`