ansible-prometheus
ansible-prometheus copied to clipboard
Allow grabbing prometheus binaries and checksums from a custom url/mirror
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