r/postgresql-data: Manage users and databases

This role can ensure PostgreSQL users and databases are created for
applications that are not themselves managed by Ansible.  Notably, we
need to do this for anything deployed in Kubernetes that uses the
central database server.
This commit is contained in:
2025-02-01 17:20:36 -06:00
parent 34c1256f27
commit 164d86d646
4 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
postgresql_users: []
postgresql_dbs: []