diff --git a/ansible/group_vars/all/time b/ansible/group_vars/all/time index 6ab7708e1..d37a1a83e 100644 --- a/ansible/group_vars/all/time +++ b/ansible/group_vars/all/time @@ -10,15 +10,6 @@ timezone: "{{ ansible_date_time.tz }}" ############################################################################### # Network Time Protocol (NTP). -# Kayobe default time sources -chrony_ntp_servers_default: - - server: pool.ntp.org - type: pool - options: - - option: iburst - - option: minpoll - val: 8 - # List of NTP time sources to configure. Format is a list of dictionaries with # the following keys: # server: host or pool @@ -37,5 +28,10 @@ chrony_ntp_servers_default: # - option: maxsources # val: 3 # -chrony_ntp_servers: "{{ chrony_ntp_servers_default }}" -############################################################################### +chrony_ntp_servers: + - server: pool.ntp.org + type: pool + options: + - option: iburst + - option: minpoll + val: 8 diff --git a/etc/kayobe/time.yml b/etc/kayobe/time.yml index f5a0cbbfd..23c1d0dc4 100644 --- a/etc/kayobe/time.yml +++ b/etc/kayobe/time.yml @@ -10,9 +10,6 @@ ############################################################################### # Network Time Protocol (NTP). -# Kayobe default time sources -#chrony_ntp_servers_default: - # List of NTP time sources to configure. Format is a list of dictionaries with # the following keys: # server: host or pool