Merge pull request #115 from DEvil0000/master

added ubuntu 20.04 vars
This commit is contained in:
Jeff Geerling 2020-03-20 10:36:36 -05:00 committed by GitHub
commit a2564f6c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

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