grafana-ansible-collection
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
Hi This modifies the mimir restart logic to ensure the configuration is valid before issuing the restart of the service. Flushing handlers to ensure it is restarted before validating the...
Changed the legacy setting `[alerting]` to `[unified_alerting]`. Grafana-server will not start with the legacy setting enabled.
Binaries should be in binary folders on RHEL-based systems, so SELinux allows them to do binary-like things, like connecting to the internet 😄 The alloy binary will get an selinux...
When trying to upgrade from a previous grafana version to 11.0.0 the grafana-server service fails to start and the log of the grafana-server service says: ``` May 17 17:51:26 grafanaXXXXXXXX...
I am using the `grafana.grafana.alloy` role to provision a Ubuntu 22.04 machine. The relevant part of my cadvisor configuration is the following: ``` prometheus.exporter.cadvisor "integrations_cadvisor" { docker_only = true }...
Some logs on linux machines are not readable by anyone. They are either owned by root or another group. For example, on debian based systems, they are owned by the...
added a depending package (insserv-compat) to avoid strange errors on a fresh sles installation (/etc/init.d/.. not found)
I have been using the `grafana` role from this collection to manage Grafana. My network uses IPv6, and I only want to bind to one of the interfaces with a...
Hello, i tried to install grafana on a fresh installed sles box. It fails because of some systemv issues. for rhel you have already a fix, i patched the same...
Complete rewrite of grafana_agent role. Fix #148