/
etc
/
cloud
/
templates
/
/etc/cloud/templates
mkdir
upload
Name
Size
Mode
Actions
chef_client.rb.tmpl
1667
0644
edit
dl
rm
chrony.conf.alpine.tmpl
1113
0644
edit
dl
rm
chrony.conf.centos.tmpl
1181
0644
edit
dl
rm
chrony.conf.cos.tmpl
775
0644
edit
dl
rm
chrony.conf.debian.tmpl
1111
0644
edit
dl
rm
chrony.conf.fedora.tmpl
1269
0644
edit
dl
rm
chrony.conf.freebsd.tmpl
14216
0644
edit
dl
rm
chrony.conf.opensuse-leap.tmpl
991
0644
edit
dl
rm
chrony.conf.opensuse-microos.tmpl
991
0644
edit
dl
rm
chrony.conf.opensuse-tumbleweed.tmpl
991
0644
edit
dl
rm
chrony.conf.opensuse.tmpl
991
0644
edit
dl
rm
chrony.conf.photon.tmpl
1269
0644
edit
dl
rm
chrony.conf.rhel.tmpl
1181
0644
edit
dl
rm
chrony.conf.sle-micro.tmpl
991
0644
edit
dl
rm
chrony.conf.sles.tmpl
991
0644
edit
dl
rm
chrony.conf.sle_hpc.tmpl
991
0644
edit
dl
rm
chrony.conf.ubuntu.tmpl
1280
0644
edit
dl
rm
host.mariner.tmpl
898
0644
edit
dl
rm
hosts.alpine.tmpl
919
0644
edit
dl
rm
hosts.arch.tmpl
841
0644
edit
dl
rm
hosts.debian.tmpl
845
0644
edit
dl
rm
hosts.freebsd.tmpl
911
0644
edit
dl
rm
hosts.gentoo.tmpl
910
0644
edit
dl
rm
hosts.photon.tmpl
874
0644
edit
dl
rm
hosts.redhat.tmpl
912
0644
edit
dl
rm
hosts.suse.tmpl
1067
0644
edit
dl
rm
ntp.conf.alpine.tmpl
203
0644
edit
dl
rm
ntp.conf.debian.tmpl
2150
0644
edit
dl
rm
ntp.conf.fedora.tmpl
2074
0644
edit
dl
rm
ntp.conf.freebsd.tmpl
4159
0644
edit
dl
rm
ntp.conf.opensuse.tmpl
2755
0644
edit
dl
rm
ntp.conf.photon.tmpl
1850
0644
edit
dl
rm
ntp.conf.rhel.tmpl
1852
0644
edit
dl
rm
ntp.conf.sles.tmpl
2755
0644
edit
dl
rm
ntp.conf.ubuntu.tmpl
2509
0644
edit
dl
rm
ntpd.conf.openbsd.tmpl
491
0644
edit
dl
rm
resolv.conf.tmpl
921
0644
edit
dl
rm
sources.list.debian.tmpl
1439
0644
edit
dl
rm
sources.list.ubuntu.tmpl
2858
0644
edit
dl
rm
systemd.resolved.conf.tmpl
504
0644
edit
dl
rm
timesyncd.conf.tmpl
203
0644
edit
dl
rm
Edit:
/etc/cloud/templates/chrony.conf.ubuntu.tmpl
(1280B)
## template:jinja # Welcome to the chrony configuration file. See chrony.conf(5) for more # information about usuable directives. # Use servers from the NTP Pool Project. Approved by Ubuntu Technical Board # on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for # more information. {% if pools %}# pools {% endif %} {% for pool in pools -%} pool {{pool}} iburst {% endfor %} {%- if servers %}# servers {% endif %} {% for server in servers -%} server {{server}} iburst {% endfor %} # This directive specify the location of the file containing ID/key pairs for # NTP authentication. keyfile /etc/chrony/chrony.keys # This directive specify the file into which chronyd will store the rate # information. driftfile /var/lib/chrony/chrony.drift # Uncomment the following line to turn logging on. #log tracking measurements statistics # Log files location. logdir /var/log/chrony # Stop bad estimates upsetting machine clock. maxupdateskew 100.0 # This directive enables kernel synchronisation (every 11 minutes) of the # real-time clock. Note that it can’t be used along with the 'rtcfile' directive. rtcsync # Step the system clock instead of slewing it if the adjustment is larger than # one second, but only in the first three clock updates. makestep 1 3
Save
cmd:
run