Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 930 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 930 Bytes

Solr Bootstrap

Ansible role for setting up Solr search platform

Requirements

Java needs to be available on the system, the role yauh.java8 is recommended.

Role Variables

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

Dependencies

  • yauh.java8

License

BSD

Author Information

Stephan Hochhaus [email protected]

yauh.de