From cbde6eb7c91c27dc3f3a4acff623946094b0b702 Mon Sep 17 00:00:00 2001 From: polsevev Date: Sat, 26 Oct 2024 00:24:37 +0200 Subject: [PATCH] Readme edit --- README.MD | 5 +++++ ansible/bootstrap.yml | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) 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 +