Graylog2 / graylog-ansible-role

Ansible role which installs and configures Graylog
Apache License 2.0
212 stars 126 forks source link

allow to use the same role to install graylog version < 2.4 #101

Closed weslleycamilo closed 4 years ago

weslleycamilo commented 5 years ago

Update its role to be able to install graylog-server version minor or greater than 2.4.

Commit references of its removal: https://github.com/Graylog2/graylog-ansible-role/commit/0b74c1eb746e1c5f6a398e24af8e87e33cb14f9 and https://github.com/Graylog2/graylog-ansible-role/commit/708089139a0c394c13623c53594c3713c78d1e15

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

mehrenreich commented 5 years ago

Hi @weslleycamilo,

thanks for the PR. We're currently working on a single role for a single for all supported versions. Stay tuned.

malcyon commented 4 years ago

@mehrenreich I'm assuming the effort you mention above is no longer relevant, this since the PR is over a year old? Maybe it would be better for this use case for users to use the graylog-2.x branch. Otherwise, we'll accumulate tons of conditionals for each version.

malcyon commented 4 years ago

Going to close this with the recommendation that we use the graylog-2.x branch for 2.x installs. If there are any issues on that branch, we can always accept PRs against it.