blob: 09073c28d9e67f6b294503f4bd5dd14903bdf3ac [file] [log] [blame]
---
# chrony defaults/main.yml
#
# SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org>
# SPDX-License-Identifier: Apache-2.0
# list of NTP pools, and # of servers to use from each
ntp_pools:
- name: ntp.ubuntu.com
count: 4
- name: 0.ubuntu.pool.ntp.org
count: 1
- name: 1.ubuntu.pool.ntp.org
count: 1
- name: 2.ubuntu.pool.ntp.org
count: 2
# list of individual NTP servers
ntp_servers: {}
# List of IP ranges in CIDR format to allow to use this NTP server
ntp_client_allow: []