-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmain.yml
29 lines (27 loc) · 914 Bytes
/
main.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright (c) Ontic. (http://www.ontic.com.au). All rights reserved.
# See the COPYING file bundled with this package for license details.
---
ntp_timezone: 'UTC'
ntp_packages:
ntp_service_name:
ntp_service_state: 'started'
ntp_service_enabled: yes
ntp_conf_template: 'ntp.j2'
ntp_drift_file: '/var/lib/ntp/ntp.drift'
ntp_statistics_dir:
ntp_statistics: 'loopstats peerstats clockstats'
ntp_file_generation_sets:
- 'filegen loopstats file loopstats type day enable'
- 'filegen peerstats file peerstats type day enable'
- 'filegen clockstats file clockstats type day enable'
ntp_servers:
- '0.ubuntu.pool.ntp.org'
- '1.ubuntu.pool.ntp.org'
- '2.ubuntu.pool.ntp.org'
- '3.ubuntu.pool.ntp.org'
- 'ntp.ubuntu.com'
ntp_restrictions:
- 'restrict -4 default kod notrap nomodify nopeer noquery'
- 'restrict -6 default kod notrap nomodify nopeer noquery'
- 'restrict 127.0.0.1'
- 'restrict ::1'