Ansible role to manage Grafyaml
Go to file
Paul Belanger 5dd26cb7c1
Sync tox.ini
This is the latest version of tox.ini we are using for other windmill
projects.

Change-Id: Ica5dffc02ef69fc8881dd904447333c925b6e8ca
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-07-31 19:46:59 -04:00
defaults Initial commit 2018-04-09 14:22:00 +01:00
doc/source Initial commit 2018-04-09 14:22:00 +01:00
meta Initial commit 2018-04-09 14:22:00 +01:00
tasks Initial commit 2018-04-09 14:22:00 +01:00
tests Initial commit 2018-04-09 14:22:00 +01:00
vars Initial commit 2018-04-09 14:22:00 +01:00
.gitignore Initial commit 2018-04-09 14:22:00 +01:00
.gitreview Added .gitreview 2018-04-05 15:35:21 +00:00
.zuul.yaml Initial commit 2018-04-09 14:22:00 +01:00
LICENSE Initial commit 2018-04-09 14:22:00 +01:00
README.rst Initial commit 2018-04-09 14:22:00 +01:00
bindep.txt Initial commit 2018-04-09 14:22:00 +01:00
requirements.txt Initial commit 2018-04-09 14:22:00 +01:00
setup.cfg Initial commit 2018-04-09 14:22:00 +01:00
setup.py Initial commit 2018-04-09 14:22:00 +01:00
test-requirements.txt Initial commit 2018-04-09 14:22:00 +01:00
tox.ini Sync tox.ini 2018-07-31 19:46:59 -04:00

README.rst

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