# HomeLab Infrastructure Active HomeLab infrastructure is managed through Ansible. ## Active Files - `ansible/` — current control plane. - `ansible/inventory/hosts.yml` — inventory and host facts. - `ansible/playbooks/check.yml` — safe connectivity/facts check. ## Archive Historical pre-Proxmox material is kept under: ```text archive/2026-07-proxmox-migration/ ``` It contains old NixOS configs, Docker Compose service definitions, Gitea workflows, deploy scripts and old Ansible bootstrap playbooks. ## Basic Check ```bash cd ansible ansible-playbook playbooks/check.yml ```