Frzk / ansible-role-chrony

Ansible role to manage chrony.
Apache License 2.0
14 stars 8 forks source link

Added the option to create peers with other chrony servers. #2

Closed JuddTracy-DAS closed 3 years ago

JuddTracy-DAS commented 3 years ago

I added the option to have chrony servers peer with other servers. The change is minimal and essentially a copy and paste of the chrony_ntp_servers section in the template.

Frzk commented 3 years ago

Hi,

Thanks a lot for your time, help and interest.

It sounds good to me and I'll merge this. I just have a minor remark: as stated in chrony.conf documentation, the peer directive doesn't support the iburst option. Would it be possible for you to remove this option from the example you added in README.md ?

Thanks :-)

JuddTracy-DAS commented 3 years ago

Thanks for approving this so quickly.