Skip to content

Commit e14ebe0

Browse files
author
gingerwizard
committed
Merge pull request elastic#98 from winder/master
Make an example in the README more readable.
2 parents 7d94121 + fee6270 commit e14ebe0

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,18 @@ recommended in any multi node cluster configuration.
137137
```
138138
- hosts: master_nodes
139139
roles:
140-
- { role: elasticsearch, es_instance_name: "node1", es_heap_size: "1g", es_config: {cluster.name: "test-cluster", "discovery.zen.ping.multicast.enabled": false, discovery.zen.ping.unicast.hosts: "elastic02:9300", http.port: 9200, transport.tcp.port: 9300, node.data: false, node.master: true, bootstrap.mlockall: false, discovery.zen.ping.multicast.enabled: false } }
140+
- { role: elasticsearch, es_instance_name: "node1", es_heap_size: "1g",
141+
es_config: {
142+
cluster.name: "test-cluster",
143+
"discovery.zen.ping.multicast.enabled": false,
144+
discovery.zen.ping.unicast.hosts: "elastic02:9300",
145+
http.port: 9200,
146+
transport.tcp.port: 9300,
147+
node.data: false,
148+
node.master: true,
149+
bootstrap.mlockall: false,
150+
discovery.zen.ping.multicast.enabled: false }
151+
}
141152
vars:
142153
es_scripts: false
143154
es_templates: false
@@ -275,4 +286,4 @@ Elasticsearch restarted where required.
275286

276287
* If the ES version is changed, all plugins will be removed. Those listed in the playbook will be re-installed. This is behaviour is required in ES 2.x.
277288
* If no plugins are listed in the playbook for a node, all currently installed plugins will be removed.
278-
* The role does not currently support automatic detection of differences between installed and listed plugins (other than if none are listed). Should users wish to change installed plugins should set es_plugins_reinstall to true. This will cause all currently installed plugins to be removed and those listed to be installed. Change detection will be implemented in future releases.
289+
* The role does not currently support automatic detection of differences between installed and listed plugins (other than if none are listed). Should users wish to change installed plugins should set es_plugins_reinstall to true. This will cause all currently installed plugins to be removed and those listed to be installed. Change detection will be implemented in future releases.

0 commit comments

Comments
 (0)