ansible/roles/chrony/vars/Ubuntu.yaml

9 lines
225 B
YAML
Raw Normal View History

2019-03-16 20:34:53 +00:00
---
chrony_pool:
- ntp.ubuntu.com iburst maxsources 4
- 0.ubuntu.pool.ntp.org iburst maxsources 1
- 1.ubuntu.pool.ntp.org iburst maxsources 1
- 2.ubuntu.pool.ntp.org iburst maxsources 2
2019-03-27 07:08:13 +00:00
# vim:ft=yaml.ansible: