From dbebbed33da0730e787e47dc39dc8018ddc0700d Mon Sep 17 00:00:00 2001 From: Nemental <15136847+Nemental@users.noreply.github.com> Date: Tue, 16 Jan 2024 13:33:44 +0100 Subject: [PATCH] docs: cleanup role readme --- roles/grafana/README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/roles/grafana/README.md b/roles/grafana/README.md index 33a0cb5c..c0a5a24b 100644 --- a/roles/grafana/README.md +++ b/roles/grafana/README.md @@ -1,16 +1,7 @@ -# Ansible Grafana - -![telekom-mms/ansible-role-grafana](https://github.com/telekom-mms/ansible-role-grafana/workflows/test/badge.svg) -[![Ansible Role](https://img.shields.io/ansible/role/d/32178)](https://galaxy.ansible.com/ui/standalone/roles/telekom-mms/grafana/) +# Grafana Role for Ansible Collection Community.Grafana Configure Grafana organizations, dashboards, folders, datasources, teams and users. -## Dependencies - -### Collections - -- community.grafana - ## Role Variables | Variable | Required | Default | @@ -94,5 +85,5 @@ Configure Grafana organizations, dashboards, folders, datasources, teams and use - name: other_service roles: - - role: telekom-mms.grafana + - role: community.grafana.grafana ```