From 313d730638843c686229420cc05dea74954266c6 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Sun, 18 Jan 2026 22:24:55 -0700 Subject: [PATCH] add new DNS entries for ldap.home.jthan.io --- .../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 82b9d5d..8af43ca 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 @@ -19,6 +19,9 @@ private_domains: - type: A name: "cm.home.jthan.io" value: 192.168.1.10 + - type: A + name: "ldap.home.jthan.io" + value: 192.168.1.13 - type: AAAA name: "storage0.home.jthan.io" value: "2602:fb57:c20:b00:7a55:36ff:fe02:92c9" @@ -31,6 +34,9 @@ private_domains: - type: AAAA name: "cm.home.jthan.io" value: "2602:fb57:c20:b00:be24:11ff:fe27:1368" + - type: AAAA + name: "ldap.home.jthan.io" + value: "2602:fb57:c20:b00:be24:11ff:fe9a:da25" - type: CNAME name: "ha.home.jthan.io" value: "proxy0.home.jthan.io"