Fix invalid syntax on es_api_port:9201

This commit is contained in:
Dale McDiarmid 2017-08-17 22:45:20 +01:00 committed by GitHub
parent 14ee56596b
commit 4ac165bfd7

View file

@ -74,7 +74,7 @@ The following illustrates applying configuration parameters to an Elasticsearch
es_templates: false
es_version_lock: false
es_heap_size: 1g
es_api_port:9201
es_api_port: 9201
```
`
The role utilises Elasticsearch version defaults. The following should be set to ensure a successful cluster forms.
@ -116,7 +116,7 @@ A more complex example:
es_heap_size: 1g
es_start_service: false
es_plugins_reinstall: false
es_api_port:9201
es_api_port: 9201
es_plugins:
- plugin: ingest-geoip
proxy_host: proxy.example.com