From dd92c5fd887fa1fbc9e93893071a843c2014408d Mon Sep 17 00:00:00 2001 From: root Date: Wed, 20 May 2026 21:31:03 +0200 Subject: [PATCH] inventory: haos has lan_ip 192.168.8.101 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Discovered via ARP (MAC 02:E1:73:18:EA:49 from qm config). The Tailscale FQDN 'homeassistant' is fine for tailscale peers but unreachable from Netbird peers like republic. lan_ip works from both — Netbird routes 192.168.8.0/24 through hubris. zimaos (VM 100) remains without lan_ip because its IP wasn't in the hubris ARP table at audit time and we don't want a network scan. The zimaos service is still reachable via caddy at zimaos.hubris.network (verified in 'homelab status' SERVICE column). Co-Authored-By: Claude Opus 4.7 (1M context) --- hosts/haos.yaml | 1 + inventory.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/haos.yaml b/hosts/haos.yaml index 01a7dab..9490069 100644 --- a/hosts/haos.yaml +++ b/hosts/haos.yaml @@ -7,6 +7,7 @@ os: linux role: home-automation host: hubris pve_id: 108 +lan_ip: 192.168.8.101 mesh: tailscale: fqdn: homeassistant diff --git a/inventory.yaml b/inventory.yaml index f818942..d3f7119 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -317,6 +317,7 @@ hosts: host: hubris os: linux role: home-automation + lan_ip: 192.168.8.101 mesh: tailscale: fqdn: homeassistant