This repo contains all the code and steps that I followed in setting up my homelab which is running talos
Infrastructure as Code for Proxmox + OPNsense homelab.
.
├── terraform/ # VM provisioning
├── ansible/ # Host configuration
│ ├── inventory/ # Host definitions
│ ├── playbooks/ # Task definitions
│ └── roles/ # Reusable components
└── docs/ # Documentation
- Configure AWS credentials
- Update
terraform/terraform.tfvars - Update
ansible/inventory/hosts.yml - Run:
cd terraform && terraform init && terraform apply - Run:
cd ansible && ansible-playbook playbooks/site.yml