https://github.com/po3tato/homeops-as-code
A GitOps approach for managing my homelab through code. "Git is the source of truth" - Sun Tzu/s
https://github.com/po3tato/homeops-as-code
ansible flux justfile opentofu talos-linux terraform
Last synced: 7 months ago
JSON representation
A GitOps approach for managing my homelab through code. "Git is the source of truth" - Sun Tzu/s
- Host: GitHub
- URL: https://github.com/po3tato/homeops-as-code
- Owner: Po3Tato
- License: mit
- Created: 2025-01-24T07:41:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T01:53:59.000Z (7 months ago)
- Last Synced: 2025-03-21T02:37:20.490Z (7 months ago)
- Topics: ansible, flux, justfile, opentofu, talos-linux, terraform
- Language: HCL
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HomeOps-as-Code
A GitOps appraoch to managing my homelab.## Overview
| Feature | Tool | Method | Status |
| :--- | :--- | :--- | :---: |
| Deploy VMs from templates on Proxmox | just | cli | ✅ |
| Deploy VMs on Proxmox | just | cli | ✅ |
| Configure/baseline VMs and other servers | Ansible | Forgejo/Jenkins/GitHub Actions | ❌ |
| Deploy Docker workloads | Docker Compose | Jenkins | ❌ |
| Configure/bootstrap Kubernetes nodes | just | taloscli | ❌ |
| Deploy Kubernetes workloads | Talos | FluxCD | ❌ |#### Key
| Icon | Meaning |
| --- | --- |
| ❌ | Not started |
| 🚧 | In-Progress |
| ✅ | Complete |## Components
- Ansible playbooks for container deployments
- Terraform playbooks for hybrid infra provisioning