From 8019fa9276aa4bd3d944ed6f3250e839c2dc2dae Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 19 Nov 2025 13:57:19 +0100 Subject: [PATCH] docs: Add organization roadmap to README --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/README.md b/README.md index 69cb73b..462261a 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,45 @@ it provides comprehensive tracking but also requires comprehensive use to get th I get the feeling a badly implemented/maintained grocy setup is _worse_ than a simpler task-list and e.g. Recipe KanBan board approach. + +## Thoughts on organization + +. + ansible + roles + system + infrastructure -> calls tofu role + arr + paperless + ... + + tofu + incus_machines + incus_networks? + incus_storage? + +### Production IaC + +- ansible: + host_roles: + system + filesystem +- terraform: + infrastructure (tofu) +- ansible: + instance_roles: + caddy + arr + paperless + +### Testing + +- terraform? ansible? + - create 'host' VM + - ensure connection to host vm as part of host group +- ansible: + host_roles: ... +- tf: + infra... +- ansible: + instance_roles:...