Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 637 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 637 Bytes

prometheus

Installs and setups prometheus

Role Variables

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"

Dependencies

None

Example Playbook

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" }

License

MIT

Author Information

DnFreddie