Ansible role to manage Grafyaml
Go to file
Paul Belanger d32a30d3e8 Stop testing on ubuntu-xenial
We've switch to ubuntu-bionic since it is stable, this also allows us to
save some CI resources.

Change-Id: I7f9d5201b4a19c976b8e3243dfd4e7a1a72d6456
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-12-06 21:24:10 -05: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 Stop testing on ubuntu-xenial 2018-12-06 21:24:10 -05:00
bindep.txt 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
requirements.txt Initial commit 2018-04-09 14:22:00 +01:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-03 21:52:37 -05: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 Update min tox version to 2.0 2018-10-19 02:53:10 +00:00

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