blob: 09073c28d9e67f6b294503f4bd5dd14903bdf3ac [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
Zack Williamsd126d772022-01-31 23:12:47 -07008# list of NTP pools, and # of servers to use from each
Zack Williamsf809afe2021-02-11 17:46:12 -07009ntp_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
Zack Williamsd126d772022-01-31 23:12:47 -070019# list of individual NTP servers
20ntp_servers: {}
21
Zack Williamsf809afe2021-02-11 17:46:12 -070022# List of IP ranges in CIDR format to allow to use this NTP server
23ntp_client_allow: []