Readme edit
This commit is contained in:
parent
75c85d28f7
commit
cbde6eb7c9
2 changed files with 11 additions and 5 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
The goal of this project is to share the things i set up in my own homelab. I created this as a way to inspire others to create their own homelabs!
|
The goal of this project is to share the things i set up in my own homelab. I created this as a way to inspire others to create their own homelabs!
|
||||||
|
|
||||||
|
## Caveats
|
||||||
|
|
||||||
|
- Most of these roles are NOT ready to be used on other environments
|
||||||
|
- If i leak some secrets, please contact me :)
|
||||||
|
|
||||||
## Why do some files look wierd?
|
## Why do some files look wierd?
|
||||||
|
|
||||||
I have used ansible-vault to protect some parts of my setup, as i don't want all of it documented on the worldwide web :)
|
I have used ansible-vault to protect some parts of my setup, as i don't want all of it documented on the worldwide web :)
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: Setup umami
|
|
||||||
|
- name: Setup Forgejo actions
|
||||||
hosts:
|
hosts:
|
||||||
- vms
|
- byggmester
|
||||||
- proxmox
|
roles:
|
||||||
roles:
|
- byggmester
|
||||||
- common
|
|
||||||
|
|
Loading…
Reference in a new issue