File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,11 @@ timesync_ntp_provider: chrony
112
112
timesync_chrony_custom_settings :
113
113
- " logdir /var/log/chrony"
114
114
- " log measurements statistics tracking"
115
+
116
+ # List of daeomn options that will be configured at startup of the services
117
+ # using 'OPTIONS' variable in '/etc/sysconfig/chronyd'. For all available
118
+ # options, see 'chronyd(8)' man page.
119
+ timesync_chrony_service_settings : []
115
120
` ` `
116
121
117
122
## Example Playbooks
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ timesync_min_sources: 1
7
7
timesync_ntp_hwts_interfaces : []
8
8
timesync_ntp_provider : " "
9
9
timesync_max_distance : 0
10
+ timesync_chrony_service_settings : []
Original file line number Diff line number Diff line change 1
1
{{ ansible_managed | comment }}
2
2
{{ "system_role:timesync" | comment(prefix="", postfix="") }}
3
3
4
- OPTIONS=""
4
+ OPTIONS="{{ timesync_chrony_service_settings | default( [] ) | join(' ') }} "
You can’t perform that action at this time.
0 commit comments