/
etc
/
cloud
/
templates
/
/etc/cloud/templates
mkdir
upload
Name
Size
Mode
Actions
chef_client.rb.tmpl
1667
0644
edit
dl
rm
chrony.conf.almalinux.tmpl
1280
0644
edit
dl
rm
chrony.conf.alpine.tmpl
1212
0644
edit
dl
rm
chrony.conf.centos.tmpl
1280
0644
edit
dl
rm
chrony.conf.cloudlinux.tmpl
1280
0644
edit
dl
rm
chrony.conf.cos.tmpl
874
0644
edit
dl
rm
chrony.conf.debian.tmpl
1210
0644
edit
dl
rm
chrony.conf.fedora.tmpl
1368
0644
edit
dl
rm
chrony.conf.freebsd.tmpl
14315
0644
edit
dl
rm
chrony.conf.opensuse-leap.tmpl
1090
0644
edit
dl
rm
chrony.conf.opensuse-microos.tmpl
1090
0644
edit
dl
rm
chrony.conf.opensuse-tumbleweed.tmpl
1090
0644
edit
dl
rm
chrony.conf.opensuse.tmpl
1090
0644
edit
dl
rm
chrony.conf.photon.tmpl
1368
0644
edit
dl
rm
chrony.conf.rhel.tmpl
1280
0644
edit
dl
rm
chrony.conf.sle-micro.tmpl
1090
0644
edit
dl
rm
chrony.conf.sles.tmpl
1090
0644
edit
dl
rm
chrony.conf.sle_hpc.tmpl
1090
0644
edit
dl
rm
chrony.conf.ubuntu.tmpl
1379
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.mariner.tmpl
898
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.almalinux.tmpl
1902
0644
edit
dl
rm
ntp.conf.alpine.tmpl
255
0644
edit
dl
rm
ntp.conf.cloudlinux.tmpl
1902
0644
edit
dl
rm
ntp.conf.debian.tmpl
2202
0644
edit
dl
rm
ntp.conf.fedora.tmpl
2126
0644
edit
dl
rm
ntp.conf.freebsd.tmpl
4229
0644
edit
dl
rm
ntp.conf.opensuse.tmpl
2807
0644
edit
dl
rm
ntp.conf.photon.tmpl
1902
0644
edit
dl
rm
ntp.conf.rhel.tmpl
1904
0644
edit
dl
rm
ntp.conf.sles.tmpl
2807
0644
edit
dl
rm
ntp.conf.ubuntu.tmpl
2561
0644
edit
dl
rm
ntpd.conf.openbsd.tmpl
543
0644
edit
dl
rm
resolv.conf.tmpl
921
0644
edit
dl
rm
sources.list.debian.deb822.tmpl
1456
0644
edit
dl
rm
sources.list.debian.tmpl
1439
0644
edit
dl
rm
sources.list.ubuntu.deb822.tmpl
3100
0644
edit
dl
rm
sources.list.ubuntu.tmpl
2504
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/ntp.conf.opensuse.tmpl
(2807B)
## template:jinja ## ## Radio and modem clocks by convention have addresses in the ## form 127.127.t.u, where t is the clock type and u is a unit ## number in the range 0-3. ## ## Most of these clocks require support in the form of a ## serial port or special bus peripheral. The particular ## device is normally specified by adding a soft link ## /dev/device-u to the particular hardware device involved, ## where u correspond to the unit number above. ## ## Generic DCF77 clock on serial port (Conrad DCF77) ## Address: 127.127.8.u ## Serial Port: /dev/refclock-u ## ## (create soft link /dev/refclock-0 to the particular ttyS?) ## # server 127.127.8.0 mode 5 prefer ## ## Undisciplined Local Clock. This is a fake driver intended for backup ## and when no outside source of synchronized time is available. ## # server 127.127.1.0 # local clock (LCL) # fudge 127.127.1.0 stratum 10 # LCL is unsynchronized ## ## Add external Servers using ## # rcntpd addserver <yourserver> ## The servers will only be added to the currently running instance, not ## to /etc/ntp.conf. ## {% 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 %} # Access control configuration; see /usr/share/doc/packages/ntp/html/accopt.html for # details. The web page <http://support.ntp.org/bin/view/Support/AccessRestrictions> # might also be helpful. # # Note that "restrict" applies to both servers and clients, so a configuration # that might be intended to block requests from certain clients could also end # up blocking replies from your own upstream servers. # By default, exchange time with everybody, but don't allow configuration. restrict -4 default notrap nomodify nopeer noquery restrict -6 default notrap nomodify nopeer noquery # Local users may interrogate the ntp server more closely. restrict 127.0.0.1 restrict ::1 # Clients from this (example!) subnet have unlimited access, but only if # cryptographically authenticated. #restrict 192.168.123.0 mask 255.255.255.0 notrust ## ## Miscellaneous stuff ## driftfile /var/lib/ntp/drift/ntp.drift # path for drift file logfile /var/log/ntp # alternate log file # logconfig =syncstatus + sysevents # logconfig =all # statsdir /tmp/ # directory for statistics files # filegen peerstats file peerstats type day enable # filegen loopstats file loopstats type day enable # filegen clockstats file clockstats type day enable # # Authentication stuff # keys /etc/ntp.keys # path for keys file trustedkey 1 # define trusted keys requestkey 1 # key (7) for accessing server variables controlkey 1 # key (6) for accessing server variables
Save
cmd:
run