From 3b0807ad7b283c46c21862eb826dcbb4ad04e5e2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Apr 2024 07:52:27 +0200 Subject: Merging upstream version 9.4.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/community/grafana/README.md | 57 ++++++++++++------------- 1 file changed, 28 insertions(+), 29 deletions(-) (limited to 'ansible_collections/community/grafana/README.md') diff --git a/ansible_collections/community/grafana/README.md b/ansible_collections/community/grafana/README.md index bf416426d..6d23f1b96 100644 --- a/ansible_collections/community/grafana/README.md +++ b/ansible_collections/community/grafana/README.md @@ -3,7 +3,7 @@ ![](https://github.com/ansible-collections/grafana/workflows/CI/badge.svg?branch=master) [![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/community.grafana)](https://codecov.io/gh/ansible-collections/community.grafana) -[![All Contributors](https://img.shields.io/badge/all_contributors-18-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-20-orange.svg?style=flat-square)](#contributors-) This repo hosts the `community.grafana` Ansible Collection. @@ -27,6 +27,7 @@ Click on the name of a plugin or module to view that content's documentation: - [grafana_folder](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_folder_module.html) - [grafana_notification_channel](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_notification_channel_module.html) - [grafana_organization](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_organization_module.html) + - [grafana_organization_user](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_organization_user_module.html) - [grafana_plugin](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_plugin_module.html) - [grafana_team](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_team_module.html) - [grafana_user](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_user_module.html) @@ -36,7 +37,7 @@ Click on the name of a plugin or module to view that content's documentation: We aim at keeping the last 3 Major versions of Grafana tested. This collection is currently testing the modules against following versions of Grafana: ``` -grafana_version: ["9.2.6", "8.5.15", "7.5.16"] +grafana_version: ["9.5.14", "8.5.27", "10.2.2"] ``` ## Installation and Usage @@ -66,12 +67,9 @@ You can either call modules by their Fully Qualified Collection Namespace (FQCN) gather_facts: false connection: local - collections: - - community.grafana - tasks: - name: Ensure Influxdb datasource exists. - grafana_datasource: + community.grafana.grafana_datasource: name: "datasource-influxdb" grafana_url: "https://grafana.company.com" grafana_user: "admin" @@ -92,13 +90,11 @@ In your playbooks, you can set [module defaults](https://github.com/ansible/ansi ```yaml +--- - hosts: localhost gather_facts: false connection: local - collections: - - community.grafana - module_defaults: group/community.grafana.grafana: grafana_url: "https://grafana.company.com" @@ -107,7 +103,7 @@ In your playbooks, you can set [module defaults](https://github.com/ansible/ansi tasks: - name: Ensure Influxdb datasource exists. - grafana_datasource: + community.grafana.grafana_datasource: name: "datasource-influxdb" org_id: "1" ds_type: "influxdb" @@ -117,7 +113,7 @@ In your playbooks, you can set [module defaults](https://github.com/ansible/ansi tls_ca_cert: "/etc/ssl/certs/ca.pem" - name: Create or update a Grafana user - grafana_user: + community.grafana.grafana_user: name: "Bruce Wayne" email: "batman@gotham.city" login: "batman" @@ -184,6 +180,7 @@ Any contribution is welcome and we only ask contributors to: * Provide *at least* integration tests for any contribution. * The Pull Request *MUST* contain a changelog fragment. See [Ansible documentation](https://docs.ansible.com/ansible/latest/community/development_process.html#creating-a-changelog-fragment) about fragments. * Create an issue for any significant contribution that would change a large portion of the code base. +* Use [ruff](https://github.com/astral-sh/ruff) to lint and [black](https://github.com/psf/black) to format your changes on python code. ## Contributors โœจ @@ -195,28 +192,30 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - - - - - - + + + + + + + - - - - - - - + + + + + + + - - - - + + + + + +
John R Barker
John R Barker

๐Ÿš‡ โš ๏ธ ๐Ÿ’ป
Rรฉmi REY
Rรฉmi REY

โš ๏ธ ๐Ÿ“– ๐Ÿ’ป
Thierry Sallรฉ
Thierry Sallรฉ

๐Ÿ’ป โš ๏ธ
Antoine
Antoine

๐Ÿ’ป โš ๏ธ
hvle
hvle

๐Ÿ’ป โš ๏ธ
jual
jual

๐Ÿ’ป โš ๏ธ
MCyprien
MCyprien

๐Ÿ’ป โš ๏ธ
John R Barker
John R Barker

๐Ÿš‡ โš ๏ธ ๐Ÿ’ป
Rรฉmi REY
Rรฉmi REY

โš ๏ธ ๐Ÿ“– ๐Ÿ’ป
Thierry Sallรฉ
Thierry Sallรฉ

๐Ÿ’ป โš ๏ธ
Antoine
Antoine

๐Ÿ’ป โš ๏ธ
hvle
hvle

๐Ÿ’ป โš ๏ธ
jual
jual

๐Ÿ’ป โš ๏ธ
MCyprien
MCyprien

๐Ÿ’ป โš ๏ธ
Markus Fischbacher
Markus Fischbacher

๐Ÿ’ป
Remi Verchere
Remi Verchere

๐Ÿ’ป
Abhijeet Kasurde
Abhijeet Kasurde

๐Ÿ“– โš ๏ธ
martinwangjian
martinwangjian

๐Ÿ’ป
cwollinger
cwollinger

๐Ÿ’ป
Andrew Klychkov
Andrew Klychkov

๐Ÿ’ป
Victor
Victor

๐Ÿ’ป
Markus Fischbacher
Markus Fischbacher

๐Ÿ’ป
Remi Verchere
Remi Verchere

๐Ÿ’ป
Abhijeet Kasurde
Abhijeet Kasurde

๐Ÿ“– โš ๏ธ
martinwangjian
martinwangjian

๐Ÿ’ป
cwollinger
cwollinger

๐Ÿ’ป
Andrew Klychkov
Andrew Klychkov

๐Ÿ’ป
Victor
Victor

๐Ÿ’ป
paytroff
paytroff

๐Ÿ’ป โš ๏ธ
Justin Seiser
Justin Seiser

๐Ÿ’ป
Pierre
Pierre

๐Ÿ›
MiksonX
MiksonX

๐Ÿ›
paytroff
paytroff

๐Ÿ’ป โš ๏ธ
Justin Seiser
Justin Seiser

๐Ÿ’ป
Pierre
Pierre

๐Ÿ›
MiksonX
MiksonX

๐Ÿ›
Aliaksandr Mianzhynski
Aliaksandr Mianzhynski

๐Ÿ’ป โš ๏ธ
Moritz
Moritz

๐Ÿ› ๐Ÿ’ป
-- cgit v1.2.3