Skip to content
Snippets Groups Projects
Commit 7f41b14b authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Remove default time sources from customisable configuration"

parents 928d0a5c 223e310b
No related branches found
No related tags found
No related merge requests found
...@@ -10,15 +10,6 @@ timezone: "{{ ansible_date_time.tz }}" ...@@ -10,15 +10,6 @@ timezone: "{{ ansible_date_time.tz }}"
############################################################################### ###############################################################################
# Network Time Protocol (NTP). # 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 # List of NTP time sources to configure. Format is a list of dictionaries with
# the following keys: # the following keys:
# server: host or pool # server: host or pool
...@@ -37,5 +28,10 @@ chrony_ntp_servers_default: ...@@ -37,5 +28,10 @@ chrony_ntp_servers_default:
# - option: maxsources # - option: maxsources
# val: 3 # 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
...@@ -10,9 +10,6 @@ ...@@ -10,9 +10,6 @@
############################################################################### ###############################################################################
# Network Time Protocol (NTP). # 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 # List of NTP time sources to configure. Format is a list of dictionaries with
# the following keys: # the following keys:
# server: host or pool # server: host or pool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment