This repository was archived by the owner on Mar 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
templates/etc/yum.repos.d Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 31
31
- block :
32
32
- name : Import Grafana GPG signing key [Debian/Ubuntu]
33
33
apt_key :
34
- url : " https://packagecloud.io /gpg.key"
34
+ url : " https://packages.grafana.com /gpg.key"
35
35
state : present
36
36
validate_certs : false
37
37
register : _add_apt_key
41
41
42
42
- name : Add Grafana repository [Debian/Ubuntu]
43
43
apt_repository :
44
- repo : deb https://packagecloud.io/ grafana/stable/debian/ stretch main
44
+ repo : deb https://packages. grafana.com/oss/deb stable main
45
45
state : present
46
46
update_cache : true
47
47
register : _update_apt_cache
Original file line number Diff line number Diff line change 1
1
{{ ansible_managed | comment }}
2
2
[grafana]
3
3
name=grafana
4
- baseurl=https://packagecloud.io/ grafana/stable/el/7/$basearch
4
+ baseurl=https://packages. grafana.com/oss/rpm
5
5
#repo_gpgcheck=1
6
6
enabled=1
7
7
gpgcheck=1
8
- gpgkey=https://packagecloud.io /gpg.key https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana
8
+ gpgkey=https://packages.grafana.com /gpg.key
9
9
sslverify=1
10
10
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
You can’t perform that action at this time.
0 commit comments