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

Restart tunnels if their configuration has changed #19

Closed jordemort closed 3 years ago

jordemort commented 3 years ago

If an existing tunnel configuration gets rewritten, restart the tunnel. Also, only reload systemd when the unit file changes; it is not necessary to daemon-reload just to enable a new instance.

papanito commented 3 years ago

@jordemort thanks a lot