From 078f298b8c55a31effcda110efa57727c7982e46 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Sun, 7 Jul 2024 23:48:23 +0200 Subject: [PATCH] tf/dns: add bagel-box and hydra --- terraform/gandi.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform/gandi.nix b/terraform/gandi.nix index a837fa0..efe302b 100644 --- a/terraform/gandi.nix +++ b/terraform/gandi.nix @@ -53,11 +53,13 @@ in (record "netbox" 3600 "A" ["163.172.69.160"]) (record "netbox" 3600 "AAAA" ["2001:bc8:38ee:100:1000::20"]) + (record "bagel-box.infra" 3600 "AAAA" ["2001:bc8:38ee:100:100::1"]) (record "gerrit01.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::10"]) (record "fodwatch.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::30"]) (record "meta01.infra" 3600 "AAAA" ["2001:bc8:38ee:100:1000::20"]) (record "grafana" 3600 "CNAME" ["netbox"]) + (record "hydra" 3600 "CNAME" ["bagel-box"]) (record "loki" 3600 "CNAME" ["meta01.infra"]) (record "mimir" 3600 "CNAME" ["grafana"]) ];