Ansible Role repo_grafana
This role deploys the Grafana OSS Repository.
Optional Role Variables
Variable |
Description |
Default Value |
---|---|---|
|
Use HTTP basic auth to login to the repository. Defaults to |
|
|
Set the URL to a custom mirror server providing the repository. Defaults to |
`‘{{ lfops__repo_mirror_url |
Example:
# optional
repo_grafana__basic_auth_login:
username: 'my-username'
password: 'linuxfabrik'
repo_grafana__mirror_url: 'https://mirror.example.com'
Troubleshooting
Status code: 403 for https://rpm.grafana.com/repodata/repomd.xml (IP: 151.101.194.217)
: Unset repo_grafana__basic_auth_login
.