geerlingguy / ansible-role-ntp

Ansible Role - NTP
https://galaxy.ansible.com/geerlingguy/ntp/
MIT License
318 stars 241 forks source link

Add maxdistance parameter to chrony #134

Open davidphay opened 5 months ago

davidphay commented 5 months ago

This pull request allow users to edit maxdistance param in chrony config.

It usefull to fix the issue when the distance with the source is greater than the default value (3)

davidphay commented 4 months ago

Hi @geerlingguy is there something I can do to get this PR merged?

davidphay commented 4 months ago

@geerlingguy It should be fine now.

I update the readme & the param name

davidphay commented 3 months ago

@geerlingguy I fixed the yaml lint syntax!

davidphay commented 3 months ago

@geerlingguy What's the issue ?

geerlingguy commented 3 months ago

Looks like build failures due to the docker python library

davidphay commented 1 month ago

Hi @geerlingguy, do you plan to fix this issue ?

Thanks!