ansible-middleware / infinispan

Collection to install infinispan server configurations
Apache License 2.0
12 stars 9 forks source link

Add sqlserver to infinispan jdbc configurations #25

Closed hwo-wd closed 1 year ago

hwo-wd commented 1 year ago
Variable Description Default
infinispan_jdbc_engine backend database engine (values: ['mariadb','postgres','sqlserver']) mariadb
guidograzioli commented 1 year ago

Awesome; sorry to say so, but please split in two PRs: database and systemd (keeping the become change together with either of the two). We use the PR link and description to generate the changelog, that's mostly the reason

guidograzioli commented 1 year ago

We are hitting the same linter updates as for keycloak; can you please rebase on main?

hwo-wd commented 1 year ago

Rebased.

guidograzioli commented 1 year ago

Thank you for the contribution! This is going in now