summaryrefslogtreecommitdiff
path: root/roles/chrony/defaults/main.yml
blob: bec79d5f31f928770017716874c2af9220564061 (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
---
# chrony_source_servers:
#   - name: ntp.example.com
#     options: iburst ...

# chrony_source_pools:
#   - name: pool.example.com
#     options: iburst ....

# chrony_source_peers:
#   - name: peer.example.com
#     options: iburst ....


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


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