Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbrennand/home-ops
Mono repository for managing my Homelab infrastructure 🏠 🛠
https://github.com/dbrennand/home-ops
ansible automation docker docker-compose home-ops homelab proxmox proxmox-backup-server terraform
Last synced: 2 months ago
JSON representation
Mono repository for managing my Homelab infrastructure 🏠 🛠
- Host: GitHub
- URL: https://github.com/dbrennand/home-ops
- Owner: dbrennand
- License: mit
- Created: 2023-10-12T18:31:48.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-11-28T20:45:44.000Z (3 months ago)
- Last Synced: 2024-11-28T21:27:28.528Z (3 months ago)
- Topics: ansible, automation, docker, docker-compose, home-ops, homelab, proxmox, proxmox-backup-server, terraform
- Language: HCL
- Homepage: https://homeops.danielbrennand.com
- Size: 1.31 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# home-ops 🏠 🛠
![Ansible-Lint](https://github.com/dbrennand/home-ops/actions/workflows/ansible-lint.yml/badge.svg)
![GitHub Pages](https://github.com/dbrennand/home-ops/actions/workflows/gh-pages.yml/badge.svg)
![Terraform Lint](https://github.com/dbrennand/home-ops/actions/workflows/tflint.yml/badge.svg)Mono repository for managing my Homelab infrastructure 🏠 🛠
## Overview 📝
> [!NOTE]
> This repository is a constant work in progress and I will continue to update it as I learn more.The goals of this repository are:
- Automate the configuration of my Homelab infrastructure and deployment of applications.
- Adhere to best practices.
- Learn and test new technologies and concepts.
- Document my Homelab setup and configuration for future reference and in case of disaster recovery.
- Share knowledge and learnings with others.## Ansible Playbooks ▶️
Ansible playbooks used to configure my Homelab infrastructure and deploy applications are located in the [ansible](ansible) directory.
## Taskfile 📋
This repository uses [Taskfile](https://taskfile.dev) to quickly perform repetitive [tasks](Taskfile.yml).
## License
[MIT](LICENSE)