Archive Legacy Setup And Add Ansible Control Plane
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user