summaryrefslogtreecommitdiff
path: root/roles/core/ntp/defaults/main.yml
blob: 08e0ca806b1da1b667ea1c6deeb195e99c754bdd (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
---
# ntp_variant: systemd-timesyncd
# ntp_variant: chrony
# ntp_variant: openntpd


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


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


# ntp_server:
#   allow: []
#   deny: []
#   bind: 0.0.0.0
#   port: 123