Graylog Ansible Role Versions Save

Ansible role which installs and configures Graylog

3.3.7

2 years ago

Changes:

  • Rewrote documentation for clarity.
  • Fixed Elasticsearch dependency.

3.3.4

2 years ago

Changes:

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

3 years ago

Changes:

3.3.2

3 years ago

Changes:

  • Disable elasticsearch discovery by default. (#165)

3.3.1

3 years ago

Fixes

3.3.0

3 years ago

Fixes:

3.2.0

3 years ago
  • New Stuff:

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

    • Update output_batch_size Issue #91
    • TLS parameter are not taken into account during deploy PR #135 @lerminou
    • JVM defaults: drop options no longer supported in recent Java versions PR #130 @mika
    • Add version to graylog tmp repository file PR #136 @mlintern

3.1.0

3 years ago
  • 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

8 years ago