summaryrefslogtreecommitdiffstats
path: root/defaults/main.yml
blob: 21d2b237d5c63e642091839703aa62fcb4d85710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
ntp_enabled: true
ntp_timezone: Etc/UTC

ntp_manage_config: false
ntp_servers:
 - 0.pool.ntp.org iburst
 - 1.pool.ntp.org iburst
 - 2.pool.ntp.org iburst
 - 3.pool.ntp.org iburst
ntp_restrict:
 - 127.0.0.1
 - ::1