mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2025-03-10 17:26:20 -04:00
Add Fedora 30 support
This commit is contained in:
parent
3c83001df6
commit
2c5d798afd
1 changed files with 11 additions and 0 deletions
11
vars/Fedora-30.yml
Normal file
11
vars/Fedora-30.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
__postgresql_version: "11.2"
|
||||
__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
Reference in a new issue