summaryrefslogtreecommitdiff
path: root/roles/core/ntp/defaults/main.yml
blob: 5c8a87024013151fbd1e12b8023efef9714727af (plain) (blame)
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
30
31
32
33
---
# ntp_variant: systemd-timesyncd
# ntp_variant: chrony
# ntp_variant: openntpd

# ntp_hwtimestamp_interfaces:
#   - name: "*"
#     options: ....

# ntp_refclocks:
#   - type: SOCK
#     device: /run/chrony.ttyS2.sock
#     options: refid gpsd
#   - device: nmea0
#     options: refid GPS

# ntp_client:
#   servers:
#   - name: ntp.example.com
#     options: iburst ...
#   pools:
#   - name: pool.example.com
#     options: iburst ....
#   peers:
#   - name: peer.example.com
#     options: iburst ....

# ntp_server:
#   allow: []
#   deny: []
#   local: stratum 10
#   bind: 0.0.0.0
#   port: 123