add GPS
Signed-off-by: Frank Villaro-Dixon <frank@villaro-dixon.eu>
This commit is contained in:
parent
1d0fa81476
commit
70f8d73bd3
1 changed files with 1 additions and 1 deletions
|
@ -19,10 +19,10 @@
|
||||||
pool pool.ntp.infomaniak.ch iburst
|
pool pool.ntp.infomaniak.ch iburst
|
||||||
server ntp11.metas.ch
|
server ntp11.metas.ch
|
||||||
server ntp-p1.obspm.fr
|
server ntp-p1.obspm.fr
|
||||||
pool 2.arch.pool.ntp.org iburst
|
|
||||||
|
|
||||||
{% if ansible_hostname == "chronos" %}
|
{% if ansible_hostname == "chronos" %}
|
||||||
refclock PPS /dev/pps0 refid PPS
|
refclock PPS /dev/pps0 refid PPS
|
||||||
|
refclock SHM 0 refid GPS poll 2 precision 1e-3 offset 0.128
|
||||||
{% else %}
|
{% else %}
|
||||||
server chronos.lan.k3s.fr iburst
|
server chronos.lan.k3s.fr iburst
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue