diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-30 21:06:15 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-01-30 21:06:15 +0100 |
commit | a3cf8b4df83b83ed497f387a539f8530b7dc9888 (patch) | |
tree | 4bbbe157e9c09a970af414620f5f7200b43b820c /README.md | |
parent | e2aa562959cd337c976f3d81ec1c65afe667c7b8 (diff) |
Adds README content and GPL
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,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. |