https://github.com/brettinternet/homelab
Provisioning resources and experiments for my homelab
https://github.com/brettinternet/homelab
ansible homelab linux proxmox windows
Last synced: 3 months ago
JSON representation
Provisioning resources and experiments for my homelab
- Host: GitHub
- URL: https://github.com/brettinternet/homelab
- Owner: brettinternet
- Created: 2020-02-06T06:14:09.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-03-28T01:44:48.000Z (3 months ago)
- Last Synced: 2026-03-28T02:47:46.687Z (3 months ago)
- Topics: ansible, homelab, linux, proxmox, windows
- Language: Shell
- Homepage:
- Size: 6.74 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Homelab
[](https://github.com/brettinternet/homelab/actions/workflows/lint.yaml)
Provisioning and experiments in my homelab. See also [homeops](https://github.com/brettinternet/homeops).
## Setup
[Install go-task](https://taskfile.dev/installation/). Then, install dependencies with mise, setup age, and precommit hooks:
```sh
task init
```
Run playbooks and commands:
```sh
task ansible:{init,list,setup,upgrade,status}
```
Deploy docker-compose remotely to hosts:
```sh
task docker:homelab run=up
```