2018-12-28 10:49:24 +01:00
|
|
|
---
|
2018-12-28 15:10:34 +01:00
|
|
|
# defaults file for ansible-role-ntp
|
|
|
|
|
|
|
|
# Restrict acces on ntp server
|
|
|
|
# Default is: ::1, 127.0.0.1
|
|
|
|
ntp_restrict:
|
|
|
|
- default nomodify notrap nopeer noquery
|
|
|
|
- 127.0.0.1
|
|
|
|
- ::1
|
|
|
|
|
|
|
|
# Ntp server to use for date synchronization
|
|
|
|
# Default is worldwide pool
|
|
|
|
ntp_servers:
|
2019-06-05 15:38:18 +02:00
|
|
|
- ptbtime1.ptb.de
|
|
|
|
- ptbtime3.ptb.de
|
2018-12-28 15:10:34 +01:00
|
|
|
- 0.pool.ntp.org iburst
|
|
|
|
- 1.pool.ntp.org iburst
|
|
|
|
- 2.pool.ntp.org iburst
|
|
|
|
- 3.pool.ntp.org iburst
|
|
|
|
|
|
|
|
# Enable or disable ntp statistics
|
|
|
|
# Default is false
|
|
|
|
ntp_statistics: false
|
2019-05-17 16:27:44 +02:00
|
|
|
|
|
|
|
# version check for this playbook
|
|
|
|
submodules_versioncheck: true
|