update doc for proxy support
Update documentation to add proxy section
This commit is contained in:
parent
1066a7b4e3
commit
18729791ce
1 changed files with 10 additions and 0 deletions
|
@ -61,6 +61,16 @@ options:
|
|||
- Your configured plugin directory specified in Elasticsearch
|
||||
required: False
|
||||
default: /usr/share/elasticsearch/plugins/
|
||||
proxy_host:
|
||||
description:
|
||||
- Proxy host to use during plugin installation
|
||||
required: False
|
||||
default: None
|
||||
proxy_port:
|
||||
description:
|
||||
- Proxy port to use during plugin installation
|
||||
required: False
|
||||
default: None
|
||||
version:
|
||||
description:
|
||||
- Version of the plugin to be installed.
|
||||
|
|
Loading…
Reference in a new issue