Ansible role to manage Grafyaml
d32a30d3e8
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> |
||
---|---|---|
defaults | ||
doc/source | ||
meta | ||
tasks | ||
tests | ||
vars | ||
.gitignore | ||
.gitreview | ||
.zuul.yaml | ||
bindep.txt | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
ansible-role-grafyaml
Ansible role to setup and configure grafana using grafyaml
- License: Apache License, Version 2.0
- Documentation: https://docs.openstack.org/infra/grafyaml
- Source: https://git.openstack.org/cgit/openstack/ansible-role-grafyaml
- Bugs: https://bugs.launchpad.net/ansible-role-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