mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-12 00:03:17 +02:00
13 lines
280 B
YAML
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
|
|
|