Ansible role for setting up Solr search platform
Java needs to be available on the system, the role yauh.java8 is recommended.
The following variables can be used with the solr role:
solr_source: http://apache.openmirror.de/lucene/solr # URL where to retrieve solr
solr_version: 4.6.1 # Solr version to use
solr_destination: /usr/local/src # where to install Solr to
solr_home: "{{solr_destination}}/solr/example" # the Solr home directory, unless specified, this will use example
solr_memory: 1024 # maximum memory for the Solr process
solr_home_system: multicore # the system loaded by jetty
- yauh.java8
BSD
Stephan Hochhaus [email protected]