mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2025-10-30 23:27:46 -04:00
Issue #2: More large fixes for later PostgreSQL versions.
This commit is contained in:
parent
dbd07263e0
commit
3cb4aaaa53
9 changed files with 36 additions and 22 deletions
11
vars/RedHat-6.yml
Normal file
11
vars/RedHat-6.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
__postgresql_version: "8.4"
|
||||
__postgresql_data_dir: "/var/lib/pgsql/data"
|
||||
__postgresql_bin_path: "/usr/bin"
|
||||
__postgresql_config_path: "/var/lib/pgsql/data"
|
||||
__postgresql_daemon: postgresql
|
||||
__postgresql_packages:
|
||||
- postgresql
|
||||
- postgresql-server
|
||||
- postgresql-contrib
|
||||
- postgresql-libs
|
||||
Loading…
Add table
Add a link
Reference in a new issue