Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 575 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 575 Bytes

Build Status

Ansible Role for Prometheus

This ansible role will install Prometheus and Alertmanager.

Requirements

None.

Role Variables

prometheus_version: 1.7.1
prometheus_host_domain_name: localhost
alertmanager_version:0.8.0

Dependencies

None.

Example Playbook

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

License

MIT

Author Information

Kyle Steenkamp