Update README.md

This commit is contained in:
gingerwizard 2015-12-18 12:43:04 +01:00
parent 14cb6a114c
commit 4bea3e713b

View file

@ -144,7 +144,8 @@ Make sure your hosts are defined in your ```inventory``` file with the appropria
Then run it: Then run it:
```ansible-playbook -i hosts ./your-playbook.yml ```
ansible-playbook -i hosts ./your-playbook.yml
``` ```
### Additional Configuration ### Additional Configuration
@ -163,7 +164,9 @@ Following variables affect the versions installed:
es_plugins: es_plugins:
- plugin: elasticsearch-cloud-aws - plugin: elasticsearch-cloud-aws
version: 2.5.0 version: 2.5.0
``` ```
Earlier examples illustrate the installation of plugins for 2.x. The correct use of this parameter varies depending on the version of Elasticsearch being installed: Earlier examples illustrate the installation of plugins for 2.x. The correct use of this parameter varies depending on the version of Elasticsearch being installed:
- 2.x. - For officially supported plugins no version or source delimiter is required. The plugin script will determine the appropriate plugin version based on the target Elasticsearch version. - 2.x. - For officially supported plugins no version or source delimiter is required. The plugin script will determine the appropriate plugin version based on the target Elasticsearch version.