Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T09:25:44.000Z (4 months ago)
- Last Synced: 2024-07-18T11:45:20.265Z (4 months ago)
- Topics: ansible, homelab, linux, proxmox, windows
- Language: Shell
- Homepage:
- Size: 6.36 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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}
```