docs: Add organization roadmap to README
This commit is contained in:
parent
bb9de502ce
commit
8019fa9276
1 changed files with 42 additions and 0 deletions
42
README.md
42
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
|
I get the feeling a badly implemented/maintained grocy setup is _worse_ than a simpler task-list and
|
||||||
e.g. Recipe KanBan board approach.
|
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:...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue