Files
toallab-automation/roles/systemli.apt_repositories/vars/grafana.yml

12 lines
261 B
YAML

---
# Name of the sources file
name: packages.grafana.com
# Url of the Debian Repo
url: https://packages.grafana.com/oss/deb
# Name of the key file under files
key_path: grafana.gpg
# Name of the suite
suites: stable
# List of the components
components: 'main'