ansible-prometheus icon indicating copy to clipboard operation
ansible-prometheus copied to clipboard

Allow grabbing prometheus binaries and checksums from a custom url/mirror

Open gardar opened this issue 3 years ago • 0 comments

Allows grabbing prometheus binaries and checksums from a custom url/mirror, useful in closed environments where it's not possible to reach github.

I know the same could be achieved with custom tasks in a playbook and then using the prometheus_binary_local_dir variable, but it's pretty simple to just override the urls since they are defined anyways.

fixes #384

gardar avatar May 11 '22 16:05 gardar