Releases: Graylog2/graylog-ansible-role
Releases · Graylog2/graylog-ansible-role
3.3.7
3.3.4
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
3.3.2
3.3.1
3.3.0
3.2.0
-
New Stuff:
- Make Mongodb version configurable. PR #148
-
Fixes:
3.1.0
- Breaking changes:
- The
graylog_version
variable must now be explicitly declared. - Renamed the optional
graylog_server_version
variable tograylog_full_version
. If not set, it will pull the latestgraylog_version
defined. - Increased the minimum Ansible version from 2.2 to 2.5.
- No longer testing the Ansible role against Debian Jessie.
- The
- 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
Fix small typo