Apache Solr

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

User Story: Solr

As a: UNIX and Linux system administrator

I want to: install Apache Solr

So that: set up an enterprise search server.

Using the role

Using the role in a playbook
---
- name: Install solr
  hosts: all

  tasks:
    - name: solr is configured
      import_role:
        name: crivetimihai.solr
      vars:
        solr_enable_service: true
      tags: solr
# Install the role
ansible-galaxy install crivetimihai.solr

# Run the playbook
ansible-playbook solr-playbook.yml

Last update: 2020-02-04