Deduplicate contents of roles (namely Postgres) #410
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We do have quite a lot of roles that need a postgres db and implement the needed tasks themselves. This multiplies the needed effort for migration changes by the number of roles that use postgres.
We probably should pull the whole set of postgres tasks out into a non-standalone role.
Pain points i can think of:
podman inspect postgres:18.0-alpine | jq .[].Config.Env.[] | grep PGDATA
could help with the most recent change AFAICTpostgres_variablename: {{ softwarename_postgres_variablename }}
?