clarification

This commit is contained in:
Dale McDiarmid 2017-01-05 15:29:15 +00:00
parent ecadca4ca6
commit e118e94c38

View file

@ -296,6 +296,8 @@ es_roles:
es_xpack_license: "{{ lookup('file', '/tmp/license.json') }}"
```
X-Pack configuration parameters can be added to the elasticsearch.yml file using the normal `es_config` parameter.
For a full example see [here](https://github.com/elastic/ansible-elasticsearch/blob/master/test/integration/xpack.yml)