ElasticSearch
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Elasticsearch
As a: UNIX and Linux system administrator
I want to: install ElasticSearch
So that: set up my own search server
Using the role
Using the role in a playbook
--- - name: Install elasticsearch hosts: all tasks: - name: elasticsearch is configured import_role: name: devopstoolbox.elasticsearch vars: elasticsearch_enable_service: true tags: elasticsearch
# Install the role ansible-galaxy install devopstoolbox.elasticsearch # Run the playbook ansible-playbook elasticsearch-playbook.yml
Last update: 2020-02-09