City-of-Bloomington / ansible-role-linux

Ansible role for common settings across linux servers
GNU General Public License v3.0
0 stars 3 forks source link

Update NTP conf for Ubuntu 20.04 #16

Closed inghamn closed 4 years ago

inghamn commented 4 years ago

So far, we provide a custom NTP conf file as a template. However, this does not allow for the distro to provide variations over time.

Instead of writing a template, we should just make sure the server lines are added to the ntp.conf file.

inghamn commented 4 years ago

The ubuntu ntp.conf does not change except when doing a release upgrade. It's probably easiest just to keep it as an Ansible template.