diff --git a/vars/Fedora-39.yml b/vars/Fedora-39.yml new file mode 100644 index 0000000..b70b3e4 --- /dev/null +++ b/vars/Fedora-39.yml @@ -0,0 +1,14 @@ +--- +__postgresql_version: "15.6" +__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 +__postgresql_unix_socket_directories_mode: '0755' +# Fedora 32 containers only have python3 by default +postgresql_python_library: python3-psycopg2 diff --git a/vars/Fedora-40.yml b/vars/Fedora-40.yml new file mode 100644 index 0000000..dcd370d --- /dev/null +++ b/vars/Fedora-40.yml @@ -0,0 +1,14 @@ +--- +__postgresql_version: "16.3" +__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 +__postgresql_unix_socket_directories_mode: '0755' +# Fedora 32 containers only have python3 by default +postgresql_python_library: python3-psycopg2 diff --git a/vars/Fedora-41.yml b/vars/Fedora-41.yml new file mode 100644 index 0000000..dcd370d --- /dev/null +++ b/vars/Fedora-41.yml @@ -0,0 +1,14 @@ +--- +__postgresql_version: "16.3" +__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 +__postgresql_unix_socket_directories_mode: '0755' +# Fedora 32 containers only have python3 by default +postgresql_python_library: python3-psycopg2