TOSIT-IO / tdp-collection-prerequisites

Ansible collection with TDP prerequisites
Apache License 2.0
3 stars 10 forks source link

feat: include JDBC connector installation #103

Closed SteBaum closed 2 months ago

SteBaum commented 2 months ago

Which issue(s) this PR fixes

Fixes None

Additional comments

Before the JDBC connector was installed with the tdp-collection notebook, which could cause some problems since the installation manner was different according to the connector whether it was Postgres or MySQL. Now it is handled here in the prerequisites. It is installed in hosts where postgres-client is installed. So it Is additionally installed in the edge node compared to before.

Works with PR tdp-collection#862.

Agreements