Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

nicolai86/ansible-prometheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prometheus ansible role

setup prometheus

Usage

All you need to do is to include the role and customize your prometheus configuration file:

---
- hosts: vm
  remote_user: vagrant
  sudo: true
  roles:
    - nicolai86.prometheus

This will setup the latest version of prometheus as a system service and start it as well.

See the example directory on how to customize the configuration.