cloudflare / cloudflared

Cloudflare Tunnel client (formerly Argo Tunnel)
https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide
Apache License 2.0
8.51k stars 743 forks source link

Looking forward - SaltStack formula for cloudflared💡 #750

Open subhashithareddy opened 1 year ago

subhashithareddy commented 1 year ago

We are having 60+ servers in production and 30+ in Dev and UAT. My environment is completely automated using SaltStack. Installing and configuring cloudflared manually for each server is a big head ache for me. Having salt formula saves my time.

What i understood is all steps( Install, Create, Configure, Running) may not be possible with salt but atleast automating whatever possible avoids manual steps and reduces risk if something goes wrong. ###

I think we do not have any alternatives.

nmldiegues commented 1 year ago

Cloudflare actually uses Salt (see https://blog.cloudflare.com/tag/salt/ ) and cloudflared tunnel has been automated there. So it can definitely be done.

As to sharing it, it's not that easy since our Salt repo is private and this would probably not be easy to pull out.

Are there specific things you're blocked with?