papanito / ansible-role-cloudflared

This ansible role does download and install cloudflared on the host and optionally installs the argo-tunnel as a service.
Apache License 2.0
51 stars 13 forks source link

Download error from bin.equinox.io #57

Closed esolitos closed 2 years ago

esolitos commented 2 years ago

It appears that the download location is not valid anymore, as running the role with the default location results in this error:

Failure downloading https://bin.equinox.io/c/VdrWdbjqyF//cloudflared-stable-linux-amd64.tgz, HTTP Error 404: Not Found

Looking at the Downloads page from CF it appears that the current download location is Github. I tried setting the base URL variable to https://github.com/cloudflare/cloudflared/releases/latest/download, however it appears that the binary filename changed and -stable is not included anymore.