From a7b8280d656a94985d39f20a04e6e8b13dc4e74a Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Thu, 16 Apr 2026 20:14:45 -0600 Subject: [PATCH] Update dns records for new docker host --- .../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 da5959e..93579d3 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 @@ -42,6 +42,9 @@ private_domains: - type: A name: "syncthing.home.jthan.io" value: 192.168.1.15 + - type: A + name: "docker.home.jthan.io" + value: 192.168.1.18 - type: AAAA name: "storage0.home.jthan.io" value: "2602:fb57:c20:b00:7a55:36ff:fe02:92c9" @@ -63,6 +66,9 @@ private_domains: - type: AAAA name: "syncthing.home.jthan.io" value: "2602:fb57:c20:b00:be24:11ff:fee9:9c4b" + - type: AAAA + name: "docker.home.jthan.io" + value: "2602:fb57:c20:b00:be24:11ff:fef4:1b8d" - type: CNAME name: "ha.home.jthan.io" value: "proxy0.home.jthan.io"