fix(inventory): fill Hestia real data — MACs, IP, disk size
All checks were successful
Picsur Deploy / Validate Picsur Compose (pull_request) Successful in 16s
Picsur Deploy / Deploy Picsur to Dockerino (pull_request) Has been skipped

- enp9s0 (wired): 74:86:7a:f9:15:c1 (cabo sem link)
- wlp6s0 (WiFi): 0c:84:dc:d5:03:d1 (IP atual)
- IP via WiFi: 10.0.10.100
- Disk SSD: 224GB real
This commit is contained in:
gaia 2026-04-09 12:30:53 -03:00
parent e3a9c44d5a
commit 276dee3412

View File

@ -19,11 +19,12 @@ physical_hosts:
disk:
- device: /dev/sda
type: SSD
size_gb: 256
size_gb: 224
mount: /
network:
mac: "PLACEHOLDER" # TODO: ip link show | grep ether
ip: "PLACEHOLDER" # TODO: hostname -I
mac: "74:86:7a:f9:15:c1" # enp9s0 (cabo, sem link atualmente)
wifi_mac: "0c:84:dc:d5:03:d1" # wlp6s0 (WiFi, IP atual)
ip: "10.0.10.100" # WiFi (sem cabo conectado)
gateway: "PLACEHOLDER" # IP do ER605
dns: "10.0.0.2" # AdGuard
os: