Installs and setups prometheus
The url to the offical prometheus release (2.25.0)
prometheus_url: "https://github.com/prometheus/prometheus/releases/download/v2.25.0/prometheus-2.25.0.linux-amd64.tar.gz"
None
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: node_exporterde, prometheus_url: "url" }
MIT
DnFreddie