homeserver/roles/mgrote.postgresql/defaults/main.yml
Quotengrote a3620ba5e7
Upgrade auf Ubuntu 20.04 (#29)
* postgres-update für 2004

* Rolle Create USers entfernt, Nutzer wird jetzt durch nickjj.ansible_user erstellt

* Reihenfolge Tasks angepasst

* Rolle create_users angepasst

* wip

* linter

* github Actions Version angepasst

* Rolle geerlingguy.ansible hinzugefügt

* neue Ansible Version

* Version github actions
2020-09-26 14:41:10 +02:00

13 lines
199 B
YAML

---
postgres_programme:
- postgresql
- libpq5
- postgresql-12
- postgresql-client-12
- postgresql-client-common
- postgresql-contrib
- curl
- gnupg
- libpq-dev
- python3-psycopg2