From 6072139f60d97da55af4152890712339055ced7b Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Mon, 26 Jan 2026 00:54:44 -0700 Subject: [PATCH] add new dns entries for irc box --- .../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 8af43ca..f8b1983 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 @@ -22,6 +22,9 @@ private_domains: - type: A name: "ldap.home.jthan.io" value: 192.168.1.13 + - type: A + name: "irc.home.jthan.io" + value: 192.168.1.99 - type: AAAA name: "storage0.home.jthan.io" value: "2602:fb57:c20:b00:7a55:36ff:fe02:92c9" @@ -37,6 +40,9 @@ private_domains: - type: AAAA name: "ldap.home.jthan.io" value: "2602:fb57:c20:b00:be24:11ff:fe9a:da25" + - type: AAAA + name: "irc.home.jthan.io" + value: "2602:fb57:c20:b00:be24:11ff:fee7:b4bc" - type: CNAME name: "ha.home.jthan.io" value: "proxy0.home.jthan.io"