Skip to content

Releases: splunk/ansible-role-for-splunk

v1.6.0: Merge pull request #100 from splunk/updates09142021

14 Sep 20:50
02e702a
Compare
Choose a tag to compare

Bugfixes

Enhancements

  • Implemented #90
  • Implemented #99

Miscellaneous

  • Documentation updated
  • Default Splunk version updated to 8.2.2

v1.5.0: Rename clustermaster to clustermanager (#88)

12 Aug 18:30
4461cef
Compare
Choose a tag to compare

Miscellaneous
All references to "clustermaster" have been renamed to "clustermanager" to match current nomenclature. If you are using this role for managing an indexer cluster, please update the group name in your inventory accordingly.

v1.4.2: Fix race condition during idxc configuration (#87)

12 Aug 16:58
33b3996
Compare
Choose a tag to compare

Enhancements

  • Added a new wait for splunkd handler that waits for splunkd to come back up after a restart in configure_idxc_manager.yml
  • Added an until loop to retry indexer cluster member configuration in case the cluster manager is not ready yet

v1.4.1

12 Aug 16:13
66525fb
Compare
Choose a tag to compare

Bugfix

  • Fixed data type for splunk version check in configure_idxc_manager.yml and configure_idxc_member.yml

Add serverclass.conf generation and fix accept license order of operations

06 Aug 23:02
40274c4
Compare
Choose a tag to compare

Bugfix

  • Accept license after other configuration tasks are done instead of immediately after unarchive; resolves #80

Enhancement

  • Added serverclass.conf generation task and associated documentation; implements #83

v1.3.4: Fixed table of contents (#79)

16 Jul 19:20
d3200e0
Compare
Choose a tag to compare

Miscellaneous

  • Fixed the table of contents in README.md

v1.3.3: Update to version 8.2.1 (#78)

02 Jul 18:11
ef96064
Compare
Choose a tag to compare

Miscellaneous

  • Updated default Splunk version to 8.2.1

v1.3.2

03 May 23:41
684a575
Compare
Choose a tag to compare

Enhancements

  • Added support to deploy a basic indexer cluster

v1.3.1: Merge pull request #73 from splunk/bugfix_restart_handler

03 May 21:12
a10a2be
Compare
Choose a tag to compare

Bugfix

  • Fixed a bug that caused Ansible to not restart splunk when a restart was required (e.g. running a play to install splunk and then running another play that makes additional configuration changes)

v1.3.0: Merge pull request #71 from mason-splunk/refactor_systemd2

30 Apr 23:24
a94cec3
Compare
Choose a tag to compare

Bugfixes

  • Refactored how the Splunk license is accepted and updated systemd/initd accordingly
  • Fixed #55
  • Fixed unnecessary splunk restart that could occur after starting Splunk when installing/upgrading Splunk

Miscellaneous

  • Fixed a typo in the README.md
  • Cleaned up a couple task names