An open API service indexing awesome lists of open source software.

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

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