Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Homelab

[![Lint](https://github.com/brettinternet/homelab/actions/workflows/lint.yaml/badge.svg)](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, setup age, precommit hooks and install repo dependencies:

```sh
task init
```

Run playbooks and commands:

```sh
task ansible:{init,list,setup,upgrade,status}
```