NETWAYS / ansible-collection-elasticstack

A collection to install and manage the Elastic Stack
GNU General Public License v3.0
9 stars 8 forks source link

Install a specific version of all tools #101

Closed widhalmt closed 1 year ago

widhalmt commented 1 year ago

We now have a global variable that allows installatin of a specific version of all tools. Since it doesn't make sense to have different versions in a single stack, we don't allow different settings for it.

Updating is not part of this pull request.

fixes #76 fixes #98

widhalmt commented 1 year ago

Linter findings are addressed in #58

widhalmt commented 1 year ago

We should make selecting a version easier. Like build the complete package name with an OS dependent divider we set automatically. This would allow to just add the version numer as a variable without - or =.

And we should reactivate verify based tests. Only activate them when the matching release is set and use some that are new enough to be in the repositories.

widhalmt commented 1 year ago

This branch is a dead end. It's code is superseded by that in #108 . We need a totally different approach for installing different versions, releases etc. when allowing to disable repos. So the code in here is obsolete.