From 250b0de3005878eb8cfe0fe170108240e330926a Mon Sep 17 00:00:00 2001 From: Jonathan Strootman Date: Tue, 3 May 2016 09:56:16 -0700 Subject: [PATCH] Updated README with statement about ansible tags --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 201158c..efef3b5 100644 --- a/README.md +++ b/README.md @@ -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.