mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
update doc for proxy support
Update documentation to add proxy section
This commit is contained in:
committed by
Matt Clay
parent
32d4a8811c
commit
4c07e1447e
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user