mirror of
https://github.com/aljazceru/ansible-elasticsearch.git
synced 2025-12-18 17:44:20 +01:00
Adding proxy support for yum repo. Signed CLA
This commit is contained in:
@@ -4,3 +4,7 @@ baseurl=https://artifacts.elastic.co/packages/{{ es_major_version }}/yum
|
|||||||
gpgcheck=1
|
gpgcheck=1
|
||||||
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
|
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
|
||||||
enabled=1
|
enabled=1
|
||||||
|
{% if es_proxy_host is defined and es_proxy_port is defined %}
|
||||||
|
proxy=http://{{ es_proxy_host }}:{{es_proxy_port}}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user