mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2024-11-11 13:50:50 -05:00
18be7ccb8c
"python-psycopg2" is replaced by python2-psycopg2, and the verification task will fail. EL8 will need this also
13 lines
391 B
YAML
13 lines
391 B
YAML
---
|
|
__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
|
|
# Fedora 30 containers only have python3 by default
|
|
postgresql_python_library: python3-psycopg2
|