Compare commits
3 commits
f99ffb1a03
...
06b937e797
Author | SHA1 | Date | |
---|---|---|---|
06b937e797 | |||
9a5fe558e4 | |||
cb80d502ab |
2 changed files with 26 additions and 10 deletions
|
@ -6,12 +6,12 @@
|
|||
<h1>NTP server {{ ansible_hostname }}</h1>
|
||||
<h2>BGP IPs</h2>
|
||||
<ul>
|
||||
<li>Default ip: {{bgp_ipv6}}</li>
|
||||
<li>Default ip: <a href="http://[{{bgp_ipv6}}]">{{ bgp_ipv6 }} ({{ bgp_ipv6_fqdn }})</a></li>
|
||||
<li>Backup ips:
|
||||
<ul>
|
||||
{% for host in groups['all'] -%}
|
||||
{%- if host != inventory_hostname -%}
|
||||
<li>{{ hostvars[host]['bgp_ipv6'] }} ({{ host }})</li>
|
||||
<li><a href="http://[{{ hostvars[host]['bgp_ipv6'] }}]">{{ hostvars[host]['bgp_ipv6'] }} ({{ hostvars[host]['bgp_ipv6_fqdn']}})</a></li>
|
||||
{% endif -%}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
@ -28,5 +28,11 @@
|
|||
<li>{{ ntp_server }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<h2>Dashboard</h2>
|
||||
<a href="https://grafana.k3s.fr/public-dashboards/24a007fe10d54667987c8a306e054612?orgId=1">Grafana dashboard</a>
|
||||
|
||||
<h2>Operator</h2>
|
||||
About me: <a href="https://frank.villaro-dixon.eu">frank.villaro-dixon.eu</a>
|
||||
</body>
|
||||
</html>
|
|
@ -5,11 +5,14 @@ pi:
|
|||
bgp_asn: 64600
|
||||
bgp_router_asn: 65100
|
||||
bgp_ipv6: 2a01:e0a:431:b527::a123
|
||||
bgp_ipv6_fqdn: chronos.ntp.k3s.fr
|
||||
ntp_servers:
|
||||
- ntp-s2-cra.lan.k3s.fr
|
||||
- ntp-s2-ces.lan.k3s.fr
|
||||
|
||||
- ntp11.metas.ch
|
||||
- tock.zg.ch
|
||||
|
||||
- time1.uni-stuttgart.de
|
||||
- tick.ntp.infomaniak.ch
|
||||
vms:
|
||||
hosts:
|
||||
|
@ -18,26 +21,33 @@ vms:
|
|||
bgp_asn: 64601
|
||||
bgp_router_asn: 65100
|
||||
bgp_ipv6: 2a01:e0a:431:b527::b123
|
||||
bgp_ipv6_fqdn: ntp-s2-cra.ntp.k3s.fr
|
||||
ntp_servers:
|
||||
- chronos.lan.k3s.fr
|
||||
- ntp-s2-ces.lan.k3s.fr
|
||||
|
||||
- ntp12.metas.ch
|
||||
- ntp-p1.obspm.fr
|
||||
- ntp-s2-1.itu.ch
|
||||
|
||||
- ntp2.litnet.lt
|
||||
- ntp02.gyptazy.ch
|
||||
- falseticker.ntp.infomaniak.ch
|
||||
- ntp2.tp.pl
|
||||
|
||||
ntp-s2-ces.lan.k3s.fr:
|
||||
bgp_router_ipv6: 2a0e:e701:122c:42::1
|
||||
bgp_asn: 64602
|
||||
bgp_router_asn: 65000
|
||||
bgp_ipv6: 2a0e:e701:122c:fff0::a123
|
||||
bgp_ipv6_fqdn: ntp-s2-ces.ntp.k3s.fr
|
||||
ntp_servers:
|
||||
- chronos.lan.k3s.fr
|
||||
- ntp-s2-cra.lan.k3s.fr
|
||||
- ntp13.metas.ch
|
||||
- time.esa.int
|
||||
- ntp.sceen.net
|
||||
- g0.pub.gps.s1.ntp.faelix.net
|
||||
- tock.ntp.infomaniak.ch
|
||||
|
||||
- ntp13.metas.ch
|
||||
- tock.espanix.net
|
||||
|
||||
- tock.ntp.infomaniak.ch
|
||||
- mmo2.ntp.netnod.se
|
||||
- ntp.nic.cz
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue