diff --git a/README.md b/README.md index 4e9846f..c7b1ff8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ The simplest configuration therefore consists of: hosts: localhost roles: - role: elastic.elasticsearch - es_instance_name: "node1" + vars: + es_instance_name: "node1" ``` The above installs a single node 'node1' on the hosts 'localhost'.