diff --git a/vars/Ubuntu-25.yml b/vars/Ubuntu-25.yml new file mode 100644 index 0000000..7354fd9 --- /dev/null +++ b/vars/Ubuntu-25.yml @@ -0,0 +1,11 @@ +--- +__postgresql_version: "17" +__postgresql_data_dir: "/var/lib/postgresql/{{ __postgresql_version }}/main" +__postgresql_bin_path: "/usr/lib/postgresql/{{ __postgresql_version }}/bin" +__postgresql_config_path: "/etc/postgresql/{{ __postgresql_version }}/main" +__postgresql_daemon: postgresql +__postgresql_packages: + - postgresql + - postgresql-contrib + - libpq-dev +postgresql_python_library: python3-psycopg2