2023-02-22 16:00:16 +01:00

13 lines
280 B
YAML

---
- name: Configure Grafana repository
yum_repository:
name: grafana
description: Grafana
baseurl: https://rpm.grafana.com
gpgcheck: True
repo_gpgcheck: True
gpgkey: https://rpm.grafana.com/gpg.key
exclude: grafana-enterprise
tags: repo,grafana