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: about 1 month 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: 2025-04-11T10:33:41.000Z (about 1 month ago)
- Last Synced: 2025-04-11T12:03:33.293Z (about 1 month ago)
- Topics: ansible, automation, docker, docker-compose, home-ops, homelab, proxmox, proxmox-backup-server, terraform
- Language: HCL
- Homepage: https://homeops.danielbrennand.com
- Size: 1.57 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# home-ops 🏠 🛠


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)