From e0b1c712b7aa2d2378f04dac53ffaf5baafb7909 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Sat, 6 Aug 2022 14:23:22 -0700 Subject: [PATCH] Document $host/scripts dirs --- homelab/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homelab/README.md b/homelab/README.md index 210f8314..72b2a675 100644 --- a/homelab/README.md +++ b/homelab/README.md @@ -20,6 +20,9 @@ This repo is (mostly) organized into the following structure: # each host. At the root of `/$host/` we have non-authoritative # documentation and reference. This includes printouts of hardware # configs (`inxi -b`), host-specific procedure docs, useful scripts, etc. + scripts/ + # if a host has scripts for automating recurring tasks, + # they will be placed here. config/ # Anything in the `/$host/config` directory is used as a source of # truth from which hosts pull and apply the defined configuration.