graylog-ansible-role

Ansible role which installs and configures Graylog

APACHE-2.0 License

Stars
212
Committers
45

Bot releases are hidden (Show)

graylog-ansible-role - 3.3.7 Latest Release

Published by malcyon almost 3 years ago

Changes:

  • Rewrote documentation for clarity.
  • Fixed Elasticsearch dependency.
graylog-ansible-role - 3.3.4

Published by malcyon about 3 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

graylog-ansible-role - 3.3.3

Published by malcyon over 3 years ago

Changes:

graylog-ansible-role - 3.3.2

Published by malcyon over 3 years ago

Changes:

  • Disable elasticsearch discovery by default. (#165)
graylog-ansible-role - 3.3.1

Published by malcyon over 3 years ago

Fixes

graylog-ansible-role - 3.3.0

Published by malcyon over 3 years ago

Fixes:

graylog-ansible-role -

Published by malcyon about 4 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
graylog-ansible-role - 3.1.0

Published by malcyon about 4 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
graylog-ansible-role -

Published by mariussturm over 8 years ago