RedHat-8.yml 367 B

12345678910111213
  1. ---
  2. __postgresql_version: "10"
  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_unix_socket_directories_mode: '0755'
  12. postgresql_python_library: python3-psycopg2