Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 7e3232c

Browse files
wiktor2200dimavin
authored andcommitted
Replaced packagecloud repo with official Grafana repo (cloudalchemy#125)
* Replaced packagecloud repo with official Grafana repo Related with issue cloudalchemy#124 * Replaced packagecloud repo with official Grafana repo Link to official docs: http://docs.grafana.org/installation/rpm/
1 parent 840392c commit 7e3232c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tasks/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- block:
3232
- name: Import Grafana GPG signing key [Debian/Ubuntu]
3333
apt_key:
34-
url: "https://packagecloud.io/gpg.key"
34+
url: "https://packages.grafana.com/gpg.key"
3535
state: present
3636
validate_certs: false
3737
register: _add_apt_key
@@ -41,7 +41,7 @@
4141

4242
- name: Add Grafana repository [Debian/Ubuntu]
4343
apt_repository:
44-
repo: deb https://packagecloud.io/grafana/stable/debian/ stretch main
44+
repo: deb https://packages.grafana.com/oss/deb stable main
4545
state: present
4646
update_cache: true
4747
register: _update_apt_cache
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{{ ansible_managed | comment }}
22
[grafana]
33
name=grafana
4-
baseurl=https://packagecloud.io/grafana/stable/el/7/$basearch
4+
baseurl=https://packages.grafana.com/oss/rpm
55
#repo_gpgcheck=1
66
enabled=1
77
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
99
sslverify=1
1010
sslcacert=/etc/pki/tls/certs/ca-bundle.crt

0 commit comments

Comments
 (0)