From 85eedde886de8a12956b5dc83571009a68164c0f Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sat, 7 Feb 2026 11:23:51 +0000 Subject: [PATCH] Add READMEs --- README.md | 1 + komodo/repositories/README.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 README.md create mode 100644 komodo/repositories/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a7b067 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Within this repo are common configurations used across my infrastructure. I also track each of the infrastructure repositories a submodule, making this a single master repository. \ No newline at end of file diff --git a/komodo/repositories/README.md b/komodo/repositories/README.md new file mode 100644 index 0000000..d444ccf --- /dev/null +++ b/komodo/repositories/README.md @@ -0,0 +1,5 @@ +Here lives the definitions for the repositories Komodo uses to discover new servers and their stacks. + +When a new server is required, a repository will be created under `mrmeeb-labs/server-hostname`. Since Komodo is always watching `mrmeeb-labs\core-infrastructure`, defining the new repository here will help it discover the new server. + +Once the new repo is added, Komodo can then auto-discover the new server and add its stacks. \ No newline at end of file