Initial
This commit is contained in:
10
roles/geerlingguy.postgresql/vars/Ubuntu-16.yml
Normal file
10
roles/geerlingguy.postgresql/vars/Ubuntu-16.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
__postgresql_version: "9.5"
|
||||
__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
|
Reference in New Issue
Block a user