From 131c2a9144954ec5c11af9eaede1279acc11757b Mon Sep 17 00:00:00 2001 From: Ben Hays Date: Wed, 22 Nov 2023 19:23:42 -0500 Subject: [PATCH 1/3] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca11da6 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# homelab-scripts + +This is a repo containing some of the PowerShell/Bash scripts I've written and utilized within my personal network/homelab. From 4cd33e977fe69b9b9ebb04bbf1dc6c39f4924dec Mon Sep 17 00:00:00 2001 From: Ben Hays Date: Wed, 22 Nov 2023 20:39:42 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca11da6..8f26e4b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# homelab-scripts +# Homelab Automation -This is a repo containing some of the PowerShell/Bash scripts I've written and utilized within my personal network/homelab. +This is a repo containing some of the PowerShell/Bash scripts and Ansible playbooks I've written and utilized within my personal network/homelab. From b812e701680d5dd1c90f016d3bdd66f477becb96 Mon Sep 17 00:00:00 2001 From: Ben Hays Date: Wed, 22 Nov 2023 20:40:52 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f26e4b..79c1a6e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Homelab Automation -This is a repo containing some of the PowerShell/Bash scripts and Ansible playbooks I've written and utilized within my personal network/homelab. +This is a repo containing some of the PowerShell/Bash scripts and Ansible playbooks I've written and utilized within my personal network/homelab. Most of the scripts/playbooks should be self-explanatory by the name alone, but there's (hopefully) descriptions and comments in each file to explain the purpose and actions taken by each script.