Merge "Remove default time sources from customisable configuration"

This commit is contained in:
Zuul 2021-05-18 02:16:24 +00:00 committed by Gerrit Code Review
commit 7f41b14b7b
2 changed files with 7 additions and 14 deletions

View File

@ -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

View File

@ -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