docs: Add organization roadmap to README

This commit is contained in:
Marty Oehme 2025-11-19 13:57:19 +01:00
parent bb9de502ce
commit 8019fa9276
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -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:...