Fedora-29.yml 339 B

12345678910111213
  1. ---
  2. __postgresql_version: "10.5"
  3. __postgresql_data_dir: "/var/lib/pgsql/data"
  4. __postgresql_bin_path: "/usr/bin"
  5. __postgresql_config_path: "/var/lib/pgsql/data"
  6. __postgresql_daemon: postgresql
  7. __postgresql_packages:
  8. - postgresql
  9. - postgresql-server
  10. - postgresql-contrib
  11. - postgresql-libs
  12. postgresql_python_library: python2-psycopg2