Ansible role to manage Grafyaml
Go to file
Paul Belanger a590b5b16e Gate on ubuntu-bionic
Ubuntu bionic is the latest LTS, also gate on it now.

Change-Id: I2d9bca25ee97cea912c083f0c153ccb815f3511a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-07-31 23:49:10 +00: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 Gate on ubuntu-bionic 2018-07-31 23:49:10 +00: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