aboutsummaryrefslogtreecommitdiffstats
path: root/roles/postgres (follow)
Commit message (Collapse)AuthorAgeLines
* Move all ansible files to their own folderGravatar Chris Lovering2023-08-13-45/+0
|
* Bump postgres to 15Gravatar chrislovering2023-07-24-1/+1
| | | | This is now what's available in debian 13 stable
* Re-add previous ansible rolesGravatar Chris Lovering2023-07-24-4/+4
| | | | | | | Co-authored-by: Hassan Abouelela <[email protected]> Co-authored-by: Johannes Christ <[email protected]> Co-authored-by: Joe Banks <[email protected]> Co-authored-by: MarkKoz <[email protected]>
* 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/+18
| | | | .
* Add basic postgres varsGravatar Chris Lovering2022-01-21-0/+7