Replies: 1 comment
-
I solved it this way set git config system wise, solved github problemgit config --system http.proxy http://proxy-fqdn:3128 wrapper to set proxy for ansible-galaxycat /opt/semaphore/bin/ansible-galaxy #!/bin/bash chmod 755 /opt/semaphore/bin/ansible-galaxy add proxy and env to servicesystemctl edit semaphore [Service] systemctl daemon-reexec |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How can i set a HTTPS proxy in semaphore when it downloads the playbook from GitHub ?
I have tried the normal proxy env variables in many ways with no luck.
For Semaphore to connect to GIT
export http_proxy=http://xxxxxxx.:3128
export https_proxy=http://xxxxxxx:3128
Beta Was this translation helpful? Give feedback.
All reactions