Apache Solr
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
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: devopstoolbox.solr vars: solr_enable_service: true tags: solr
# Install the role ansible-galaxy install devopstoolbox.solr # Run the playbook ansible-playbook solr-playbook.yml
Last update: 2020-02-09