1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-03-10 17:26:20 -04:00

added ubuntu 20.04 vars

This commit is contained in:
DEvil0000 2020-02-05 13:02:02 +01:00
parent e9189c16a8
commit a889805d76

10
vars/Ubuntu-20.yml Normal file
View file

@ -0,0 +1,10 @@
---
__postgresql_version: "12"
__postgresql_data_dir: "/var/lib/postgresql/{{ __postgresql_version }}/main"
__postgresql_bin_path: "/usr/lib/postgresql/{{ __postgresql_version }}/bin"
__postgresql_config_path: "/etc/postgresql/{{ __postgresql_version }}/main"
__postgresql_daemon: postgresql
__postgresql_packages:
- postgresql
- postgresql-contrib
- libpq-dev