diff --git a/README.MD b/README.MD index 0f17164..a7723eb 100644 --- a/README.MD +++ b/README.MD @@ -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! +## 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? 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 :) diff --git a/ansible/bootstrap.yml b/ansible/bootstrap.yml index eba9d9d..836f8e9 100644 --- a/ansible/bootstrap.yml +++ b/ansible/bootstrap.yml @@ -1,7 +1,8 @@ --- -- name: Setup umami + +- name: Setup Forgejo actions hosts: - - vms - - proxmox - roles: - - common + - byggmester + roles: + - byggmester +