From eeba8918b162ff171e70415057ae56524ce90148 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Sun, 28 Dec 2025 15:18:32 -0700 Subject: [PATCH] init readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b2ae9ad --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# infra + +Houses configuration management, IaC, and other random shit related to my personal infrastructure. Critiques welcome, though likely to be ignored :-) + +## Ansible +Used to manage both homelab and cloud resources. I prefer saltstack but Ansible is just more lightweight for personal use. There are cases where I clearly could use better templating, logic, etc. (such as the unbound config for home, split horizon DNS). At this point I could write unbound config in my sleep, so there's just no sense in me writing more logic around it today. + +## Misc +Helper scripts, such as that which is used to automate ansible updating all hosts. This may become deprecated with time as something like Gitea runners is used instead.