Releases: splunk/ansible-role-for-splunk
Releases · splunk/ansible-role-for-splunk
v1.6.0: Merge pull request #100 from splunk/updates09142021
v1.5.0: Rename clustermaster to clustermanager (#88)
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)
Enhancements
- Added a new
wait for splunkd
handler that waits for splunkd to come back up after a restart inconfigure_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
Bugfix
- Fixed data type for splunk version check in
configure_idxc_manager.yml
andconfigure_idxc_member.yml
Add serverclass.conf generation and fix accept license order of operations
v1.3.4: Fixed table of contents (#79)
Miscellaneous
- Fixed the table of contents in README.md
v1.3.3: Update to version 8.2.1 (#78)
Miscellaneous
- Updated default Splunk version to 8.2.1
v1.3.2
Enhancements
- Added support to deploy a basic indexer cluster
v1.3.1: Merge pull request #73 from splunk/bugfix_restart_handler
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
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