blob: f5d6d749fe9c0880485c771b99c024b5da7b37d2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Homelab IaC
This repository contains Infrastructure as Code (IaC) configurations for my homelab. It includes Terraform, Ansible, Packer, Kubernetes, and Docker configurations.
## Structure
- **terraform/**: Terraform configurations for provisioning infrastructure.
- **ansible/**: Ansible playbooks and roles for configuration management.
- **packer/**: Packer templates for creating custom VM images.
- **kubernetes/**: Kubernetes cluster and application configurations.
- **docker/**: Docker Compose files for containerized services.
|