Skip to content

Releases: Graylog2/graylog-ansible-role

3.3.7

16 Nov 18:11
Compare
Choose a tag to compare

Changes:

  • Rewrote documentation for clarity.
  • Fixed Elasticsearch dependency.

3.3.4

30 Sep 13:31
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes:

  • Disable elasticsearch discovery by default. (#165)

3.3.1

29 Jan 17:24
Compare
Choose a tag to compare

Fixes

  • Remove Ubuntu 20.04 specific MongoDB code. #164

3.3.0

29 Jan 17:22
356e7ef
Compare
Choose a tag to compare

Fixes:

3.2.0

04 Aug 20:09
Compare
Choose a tag to compare
  • New Stuff:

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

3.1.0

04 Aug 19:52
Compare
Choose a tag to compare
  • Breaking changes:
    • The graylog_version variable must now be explicitly declared.
    • Renamed the optional graylog_server_version variable to graylog_full_version. If not set, it will pull the latest graylog_version defined.
    • Increased the minimum Ansible version from 2.2 to 2.5.
    • No longer testing the Ansible role against Debian Jessie.
  • New stuff:
    • Added ability to supply arbitrary key/values for server config PR #142 @kmcgovern-apixio

      Example:

      graylog_additional_config:
        test: value   
      
  • Fixes:
    • Only enable permission if SELinux is actually enabled - PR #121 @Oogy
    • Make sure graylog-server directories exist - PR #134 @f9n
    • Fixed missing policycoreutils-python package on Centos 7 - Issue #119

1.3.1: Merge pull request #21 from jccomputing/master

26 Jan 13:46
Compare
Choose a tag to compare