You've already forked ansible-awx-gitlab
initial commit
This commit is contained in:
9
roles/common/templates/chrony.conf.j2
Normal file
9
roles/common/templates/chrony.conf.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
# {{ ansible_managed }}
|
||||
{% for server in ntp_servers %}
|
||||
server {{ server }} iburst
|
||||
{% endfor %}
|
||||
|
||||
driftfile /var/lib/chrony/drift
|
||||
makestep 1.0 3
|
||||
rtcsync
|
||||
logdir /var/log/chrony
|
||||
Reference in New Issue
Block a user