diff --git a/ansible/files/index.html b/ansible/files/index.html index 115c248..78462fe 100644 --- a/ansible/files/index.html +++ b/ansible/files/index.html @@ -6,12 +6,12 @@

NTP server {{ ansible_hostname }}

BGP IPs

+ +

Dashboard

+ Grafana dashboard + +

Operator

+ About me: frank.villaro-dixon.eu \ No newline at end of file diff --git a/ansible/inventory.yml b/ansible/inventory.yml index 8f46c0b..f2df569 100644 --- a/ansible/inventory.yml +++ b/ansible/inventory.yml @@ -5,6 +5,7 @@ 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 @@ -20,6 +21,7 @@ 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 @@ -36,6 +38,7 @@ vms: 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