You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,8 @@ Make sure your hosts are defined in your ```inventory``` file with the appropria
144
144
145
145
Then run it:
146
146
147
-
```ansible-playbook -i hosts ./your-playbook.yml
147
+
```
148
+
ansible-playbook -i hosts ./your-playbook.yml
148
149
```
149
150
150
151
### Additional Configuration
@@ -160,10 +161,12 @@ Following variables affect the versions installed:
160
161
*```es_plugins``` (an array of plugin definitons e.g.:
161
162
162
163
```
163
-
es_plugins:
164
-
- plugin: elasticsearch-cloud-aws
165
-
version: 2.5.0
166
-
```
164
+
es_plugins:
165
+
- plugin: elasticsearch-cloud-aws
166
+
version: 2.5.0
167
+
```
168
+
169
+
167
170
Earlier examples illustrate the installation of plugins for 2.x. The correct use of this parameter varies depending on the version of Elasticsearch being installed:
168
171
169
172
- 2.x. - For officially supported plugins no version or source delimiter is required. The plugin script will determine the appropriate plugin version based on the target Elasticsearch version.
0 commit comments