Skip to content

Releases: Graylog2/graylog-ansible-role

4.0.1

03 Nov 04:42
cd8feb7

Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

14 Feb 07:19
1dc73e2

Choose a tag to compare

## Changes:

  • Upgraded version of required Ansible (11.2) & Python (3.12) modules, will need to execute pip install -r requirements.txt.
  • Removed deprecated integration of roles to deploy MongoDB & Elasticsearch in this releases since they have not been maintained and/or archived for a long time.
  • Linted Ansible role resource files.

3.3.8

13 Jan 07:26
062ba01

Choose a tag to compare

Changes:

  • Added support for software package changes introduced in Graylog version 5.0. 2x new variables introduced:
    • graylog_install_open_package
    • graylog_install_enterprise_package
  • Bumped requirements.txt files, will need to execute pip install -r requirements.txt.
  • Revised documentation, updated software compatibility matrix.
  • Deprecating integration of roles to deploy MongoDB & Elasticsearch in this releases since they have not been maintained and/or archived for a long time.

3.3.7

16 Nov 18:11

Choose a tag to compare

Changes:

  • Rewrote documentation for clarity.
  • Fixed Elasticsearch dependency.

3.3.4

30 Sep 13:31

Choose a tag to compare

Changes:

  • Remove outdated nginx dependency (#170)
  • Expose Java path as variable (#173) @joshbeard
  • Change role name in Ansible Galaxy from 'graylog-ansible-role to 'graylog'. (#178)

Breaking change - You will have to pull this release using the role's new name in Galaxy:

ansible-galaxy install graylog2.graylog

3.3.3

02 Apr 15:32
9d0f8c4

Choose a tag to compare

Changes:

  • Remove JAVA_OPTS obsoleted in JDK15. (#166)
  • Fix MongoDB on Redhat/Centos (#168) @silveraid

3.3.2

16 Feb 16:32

Choose a tag to compare

Changes:

  • Disable elasticsearch discovery by default. (#165)

3.3.1

29 Jan 17:24

Choose a tag to compare

Fixes

  • Remove Ubuntu 20.04 specific MongoDB code. #164

3.3.0

29 Jan 17:22
356e7ef

Choose a tag to compare

Fixes:

3.2.0

04 Aug 20:09

Choose a tag to compare

  • New Stuff:

    • Make Mongodb version configurable. PR #148
  • Fixes: