Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 608 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 608 Bytes

Prometheus role

A role to deploy Hashicorp's Prometheus monitoring service on arbitrary endpoints.

Requirements

none.

Role Variables

Role variables include :

  • components: which components are you going to include in this prometheus server ?

Dependencies

None

Example Playbook

Use the role in your playbooks as follows :

- hosts: servers
  roles:
     - { role: prometheus-role }

License

Apache-2.0

Author Information

Bruce Becker (CSIR Meraka Institute)