From d38354762cb7cb4a7f056e974c43e1cbf5b12dee Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Sun, 7 Jun 2026 10:01:24 -0600 Subject: [PATCH] add some dns entries to tet --- .../production/host_vars/rpi0.home.jthan.io/vars.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ansible/inventories/production/host_vars/rpi0.home.jthan.io/vars.yaml b/ansible/inventories/production/host_vars/rpi0.home.jthan.io/vars.yaml index 9a6bfdd..afd3141 100644 --- a/ansible/inventories/production/host_vars/rpi0.home.jthan.io/vars.yaml +++ b/ansible/inventories/production/host_vars/rpi0.home.jthan.io/vars.yaml @@ -56,6 +56,9 @@ private_domains: - type: A name: "whoami.home.jthan.io" value: 192.168.1.18 + - type: A + name: "traefik.home.jthan.io" + value: 192.168.1.18 - type: AAAA name: "rpi0.home.jthan.io" value: "2602:fb57:c20:b00:dea6:32ff:fe10:715a" @@ -86,6 +89,9 @@ private_domains: - type: AAAA name: "whoami.home.jthan.io" value: "2602:fb57:c20:b00:be24:11ff:fef4:1b8d" + - type: AAAA + name: "traefik.home.jthan.io" + value: "2602:fb57:c20:b00:be24:11ff:fef4:1b8d" - type: AAAA name: "auth.home.jthan.io" value: "2602:fb57:c20:b00:be24:11ff:fee6:8593"