mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2025-03-10 17:26:20 -04:00
Add variable file for Fedora 31
This commit is contained in:
parent
7be6a15ccc
commit
0e4bed792b
1 changed files with 13 additions and 0 deletions
13
vars/Fedora-31.yml
Normal file
13
vars/Fedora-31.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
__postgresql_version: "11.5"
|
||||||
|
__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
|
||||||
|
# Fedora 31 containers only have python3 by default
|
||||||
|
postgresql_python_library: python3-psycopg2
|
Loading…
Add table
Reference in a new issue