Merge pull request #362 from gingerwizard/master

Dependency on jmspath
This commit is contained in:
Dale McDiarmid 2017-08-17 23:30:41 +01:00 committed by GitHub
commit f4ce53bd9a

View file

@ -11,6 +11,9 @@ Ansible role for 5.x Elasticsearch. Currently this works on Debian and RedHat b
The latest Elasticsearch versions of 5.x are actively tested. **Only Ansible versions > 2.3.2 are supported, as this is currently the only version tested.** The latest Elasticsearch versions of 5.x are actively tested. **Only Ansible versions > 2.3.2 are supported, as this is currently the only version tested.**
##### Dependency
This role uses the json_query filter which [requires jmespath](https://github.com/ansible/ansible/issues/24319) on the local machine.
## Usage ## Usage
Create your Ansible playbook with your own tasks, and include the role elasticsearch. You will have to have this repository accessible within the context of playbook, e.g. Create your Ansible playbook with your own tasks, and include the role elasticsearch. You will have to have this repository accessible within the context of playbook, e.g.