ansible-role-grafyaml/README.rst

992 B

ansible-role-grafyaml

Ansible role to setup and configure grafana using grafyaml

Description

Grafyaml takes simple descriptions of Grafana dashboards in YAML format, and uses them to configure Grafana. This ansible role installs grafyaml, then imports dashboards using it into an existing grafana install.

Requirements

See bindep.txt for role dependencies.

Packages

Package repository index files should be up to date before using this role, we do not manage them.

Role Variables

Dependencies

Example Playbook

- name: Install grafyaml
  hosts: grafana
  roles:
    - ansible-role-grafyaml