blob: e401cf08e393a9b59ef1bd6c2b771ff9ef493423 [file] [log] [blame]
Zack Williamsf809afe2021-02-11 17:46:12 -07001---
2# chrony defaults/main.yml
3#
4# SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7
8# list of NTP poos, and # of servers to use from each
9ntp_pools:
10 - name: ntp.ubuntu.com
11 count: 4
12 - name: 0.ubuntu.pool.ntp.org
13 count: 1
14 - name: 1.ubuntu.pool.ntp.org
15 count: 1
16 - name: 2.ubuntu.pool.ntp.org
17 count: 2
18
19# List of IP ranges in CIDR format to allow to use this NTP server
20ntp_client_allow: []