grafana-ansible-collection icon indicating copy to clipboard operation
grafana-ansible-collection copied to clipboard

grafana.grafana Ansible collection provides modules and roles for managing various resources on Grafana Cloud and roles to manage and deploy Grafana Agent and Grafana

Results 84 grafana-ansible-collection issues
Sort by recently updated
recently updated
newest added

I've fixed tag definition as they don't work as expected. Thanks, Francesco

I've removed obsolete variable `login_remember_days` as it is not referenced anywhere. Thanks, Francesco

The collection has a module for api keys but not cloud access policies and tokens which are the current way to do things. Can this support be added so automation...

This PR adds a user module which allows to create/update/delete grafana users. As Grafana HTTP API does not permit to use API token for the /api/admin endpoint, module calls should...

I have two hosts in inventory. One machine is amd64 and another is arm64. While running ansible-playbook on my pc, it works fine. ``` TASK [grafana.grafana.grafana_agent : Create Grafana Agent...

This fork will permit to realize a config.river of the flow mode thanks to the config.yaml of the static mode. The objective is to deploy a grafana agent in mode...

Simplifies/fixes a few things in the workflow. * Fixes broken molecule role tests in the ci * Dynamically discovers integration tests for roles/modules. * Uses the `ansible-test` github action rather...

As the agent is available in the apt repo and rpm repo. It would be nice to be able to install the agent from those repos. PR: For the apt...

At the moment (grafana-ansible-collection v2.2.5), it is not possible to run ansible-playbook in parallel on 2 (or more) hosts and specify different {{ grafana_agent_version }}. Steps to reproduce: 1) Crate...

Since this functionality is removed from the Grafana v11, if somebody uses the playbook to configure that Grafana version, the playbook will fail, because the variable is defined and enables...