/etc/cloud/templates
NameSizeModeActions
chef_client.rb.tmpl16670644editdlrm
chrony.conf.almalinux.tmpl12800644editdlrm
chrony.conf.alpine.tmpl12120644editdlrm
chrony.conf.centos.tmpl12800644editdlrm
chrony.conf.cloudlinux.tmpl12800644editdlrm
chrony.conf.cos.tmpl8740644editdlrm
chrony.conf.debian.tmpl12100644editdlrm
chrony.conf.fedora.tmpl13680644editdlrm
chrony.conf.freebsd.tmpl143150644editdlrm
chrony.conf.opensuse-leap.tmpl10900644editdlrm
chrony.conf.opensuse-microos.tmpl10900644editdlrm
chrony.conf.opensuse-tumbleweed.tmpl10900644editdlrm
chrony.conf.opensuse.tmpl10900644editdlrm
chrony.conf.photon.tmpl13680644editdlrm
chrony.conf.rhel.tmpl12800644editdlrm
chrony.conf.sle-micro.tmpl10900644editdlrm
chrony.conf.sles.tmpl10900644editdlrm
chrony.conf.sle_hpc.tmpl10900644editdlrm
chrony.conf.ubuntu.tmpl13790644editdlrm
hosts.alpine.tmpl9190644editdlrm
hosts.arch.tmpl8410644editdlrm
hosts.debian.tmpl8450644editdlrm
hosts.freebsd.tmpl9110644editdlrm
hosts.gentoo.tmpl9100644editdlrm
hosts.mariner.tmpl8980644editdlrm
hosts.photon.tmpl8740644editdlrm
hosts.redhat.tmpl9120644editdlrm
hosts.suse.tmpl10670644editdlrm
ntp.conf.almalinux.tmpl19020644editdlrm
ntp.conf.alpine.tmpl2550644editdlrm
ntp.conf.cloudlinux.tmpl19020644editdlrm
ntp.conf.debian.tmpl22020644editdlrm
ntp.conf.fedora.tmpl21260644editdlrm
ntp.conf.freebsd.tmpl42290644editdlrm
ntp.conf.opensuse.tmpl28070644editdlrm
ntp.conf.photon.tmpl19020644editdlrm
ntp.conf.rhel.tmpl19040644editdlrm
ntp.conf.sles.tmpl28070644editdlrm
ntp.conf.ubuntu.tmpl25610644editdlrm
ntpd.conf.openbsd.tmpl5430644editdlrm
resolv.conf.tmpl9210644editdlrm
sources.list.debian.deb822.tmpl14560644editdlrm
sources.list.debian.tmpl14390644editdlrm
sources.list.ubuntu.deb822.tmpl31000644editdlrm
sources.list.ubuntu.tmpl25040644editdlrm
systemd.resolved.conf.tmpl5040644editdlrm
timesyncd.conf.tmpl2030644editdlrm
Edit: /etc/cloud/templates/chrony.conf.debian.tmpl (1210B)
## template:jinja # Welcome to the chrony configuration file. See chrony.conf(5) for more # information about usuable directives. {% if pools %}# pools {% endif %} {% for pool in pools -%} pool {{pool}} iburst {% endfor %} {%- if servers %}# servers {% endif %} {% for server in servers -%} server {{server}} iburst {% endfor %} {% for peer in peers -%} peer {{peer}} {% endfor %} {% for a in allow -%} allow {{a}} {% 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