homelab-codex-ws/inventory/templates/node-discovery-commands.yaml

19 lines
263 B
YAML
Raw Normal View History

2026-05-11 20:46:50 +02:00
---
discovery_commands:
cpu:
- "lscpu"
- "cat /proc/cpuinfo"
memory:
- "free -h"
storage:
- "lsblk"
- "df -h"
network:
- "ip addr"
- "tailscale status"
gpu:
- "nvidia-smi"
- "lspci | grep -i vga"
usb:
- "lsusb"