Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/chrony/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ chrony_servers:
- 3.de.pool.ntp.org

# NTP server options.
chrony_server_options: iburst
chrony_server_options: iburst nts
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this generally supported by most pool servers? or does it fallback to not being used if the server doesn't support it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't look like it. Then we'd better just document it and only add support for custom certificates so that we can use it internally.


# Configure Chrony to synchronize the hardware clock
chrony_sync_rtc: false
Expand Down