aboutsummaryrefslogtreecommitdiffstats
path: root/roles/postgres/tasks (follow)
Commit message (Collapse)AuthorAgeLines
* Add podman role and improve playbook organizationGravatar Johannes Christ2022-02-05-0/+8
| | | | | | | | This PR adds a new podman role, see #18. The playbook is merged into sections for each group of hosts that we want to deploy to. To limit by role now, use tags, such as `-t role::podman`.
* Epand entire dict when adding psql users and databasesGravatar Chris Lovering2022-01-21-7/+2
| | | | This will allow us to add more key: value pairs in future, without having to update it in two places
* Add users and databases to portgres after installGravatar Chris Lovering2022-01-21-0/+17
|
* Install postgres roleGravatar Chris Lovering2022-01-21-0/+14
.