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
I am trying to use the single role to deploy a single instance of VictoriaMetrics. In order to do this, I need to tunnel all outgoing http requests via a proxy server. Unfortunately, the single role explicitly disables proxies, as can be seen on the following lines:
Hello @r3boot, the idea there is to download binaries to control host and then distribute binaries to target hosts. Do I understand it right that in your case control host is also required to use a proxy?
I am trying to use the
single
role to deploy a single instance of VictoriaMetrics. In order to do this, I need to tunnel all outgoing http requests via a proxy server. Unfortunately, thesingle
role explicitly disables proxies, as can be seen on the following lines:ansible-playbooks/roles/single/tasks/install.yml
Line 59 in 78cce5d
ansible-playbooks/roles/single/tasks/install.yml
Line 87 in 78cce5d
Is this intentional behaviour? If so, how can I apply this role behind a proxy?
The text was updated successfully, but these errors were encountered: