aboutsummaryrefslogtreecommitdiffstats
path: root/roles/postgres (unfollow)
Commit message (Collapse)AuthorLines
2022-02-16Delete projects_automation.ymlGravatar Joe Banks-16/+0
2022-02-11Add PostUp directive for routing wg subnetGravatar Joe Banks-0/+2
2022-02-05Add podman role and improve playbook organizationGravatar Johannes Christ-20/+71
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`.
2022-01-21Epand entire dict when adding psql users and databasesGravatar Chris Lovering-7/+2
This will allow us to add more key: value pairs in future, without having to update it in two places
2022-01-21Add postgres role to playbookGravatar Chris Lovering-0/+6
2022-01-21Add users and databases to portgres after installGravatar Chris Lovering-0/+17
2022-01-21Install postgres roleGravatar Chris Lovering-0/+18
.