Skip to content

yauh/ansible-role-solr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 stephan@yauh.de

yauh.de

About

yauh.solr - Ansible role for setting up Solr

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages