aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: ef28b6627e81813f0ff78de80752a66be325292e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Homelab IaC

This repository contains Infrastructure as Code (IaC) configurations for my homelab. It includes OpenTofu, Ansible, Packer, Kubernetes, and Docker configurations.

## Structure
- **opentofu/**: OpenTofu 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.

## Disclaimer

This repository is for testing and learning purposes. The code may not match the current setup in my live homelab environment. Use at your own risk.