Skip to content

Commit 4bea3e7

Browse files
author
gingerwizard
committed
Update README.md
1 parent 14cb6a1 commit 4bea3e7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ Make sure your hosts are defined in your ```inventory``` file with the appropria
144144

145145
Then run it:
146146

147-
```ansible-playbook -i hosts ./your-playbook.yml
147+
```
148+
ansible-playbook -i hosts ./your-playbook.yml
148149
```
149150

150151
### Additional Configuration
@@ -160,10 +161,12 @@ Following variables affect the versions installed:
160161
* ```es_plugins``` (an array of plugin definitons e.g.:
161162

162163
```
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+
167170
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:
168171

169172
- 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

Comments
 (0)