Releases: lean-delivery/ansible-role-solr-standalone
Release 1.2.6
- Fixed #28
- Fixed Windows tests
- Added Ansible verifier tests
Java 9 and newer usage fix
Fix java 9 and newer usage
Minor fixes
- Fix bug during installation on Windows
- Use openjdk on linux machines for molecule tests
Bug fix
Fixed the bug while copying the ootb configsets
Code refactoring
- Minimum Ansible version set to 2.7
- Code and variable refactoring
- Added parameter to copy OOTB configsets to data directory
Add symlink
Added symlink for solr folder
Role refactoring
- refactored role
- use systemd service creation
Release 1.1
- Correct license name in README.md
- Add github templates
-
issue8: set sha1 instead md5
-
Use solr_base_path during install phase.
Further steps will fail if the correct path is not given here. -
Prefix all variables with solr_
This will prevent possible collisions since some names are very generic.
Modify commented code so it's not too long. It was too long even before I touched it ;-) -
Allow changing SOLR_HOME to something custom
This will allow settings a custom value for SOLR_HOME without changing
the default. -
This will allow configuring the solr logs location
This will allow modification of SOLR_LOGS_DIR without changing the
defaults. -
Add solr version to README.md (#10)
-
Allow disabling SSL usage.
In some setups we do not want SSL. This allows us to disable it. -
Allow disabling authentication
This will all running a solr server withouth authentication -
remove absolute path for keytool