zhubingbing / ansible-prometheus-role

Ansible role to install prometheus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

test deploy prometheus

Ansible Prometheus Role

A ansible role to install prometheus server

Requirements

  • ansible >= 2.4

Role Variables

prometheus_etc_path: /etc/prometheus
prometheus_data_path: /var/lib/prometheus

Dependencies

nothing

Example Playbook

- name: Install prometheus server
  hosts: all
  tasks:
    - name: install prometheus service
      import_role:
        name: jeffrey4l.prometheus

License

GPLv3

About

Ansible role to install prometheus


Languages

Language:Makefile 100.0%