Updated README with statement about ansible tags

This commit is contained in:
Jonathan Strootman 2016-05-03 09:56:16 -07:00
parent 87bbff5279
commit 250b0de300

View file

@ -40,6 +40,8 @@ The simplest configuration therefore consists of:
The above installs a single node 'node1' on the hosts 'localhost'.
This role also uses [Ansible tags](http://docs.ansible.com/ansible/playbooks_tags.html). Run your playbook with the `--list-tasks` flag for more information.
### Basic Elasticsearch Configuration
All Elasticsearch configuration parameters are supported. This is achieved using a configuration map parameter 'es_config' which is serialized into the elasticsearch.yml file.