Skip to content

Commit

Permalink
Item: #0000 Desc: Change repository address for grafana.
Browse files Browse the repository at this point in the history
  • Loading branch information
erzetpe committed Jan 10, 2019
1 parent ec6f404 commit 43c7860
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/core/src/ansible/roles/grafana/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
- block:
- name: Import Grafana GPG signing key [Debian/Ubuntu]
apt_key:
url: "https://packagecloud.io/gpg.key"
url: "https://packages.grafana.com/gpg.key"
state: present
validate_certs: false
register: _add_apt_key_x86
Expand All @@ -47,7 +47,7 @@

- name: Add Grafana repository [Debian/Ubuntu]
apt_repository:
repo: deb https://packagecloud.io/grafana/stable/debian/ jessie main
repo: deb https://packages.grafana.com/oss/deb stable main
state: present
update_cache: false
register: _apt_add_repo_x86
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# {{ ansible_managed }}
[grafana]
name=grafana
baseurl=https://packagecloud.io/grafana/stable/el/7/$basearch
baseurl=https://packages.grafana.com/oss/rpm
#repo_gpgcheck=1
enabled=1
gpgcheck=1
gpgkey=https://packagecloud.io/gpg.key https://grafanarel.s3.amazonaws.com/RPM-GPG-KEY-grafana
gpgkey=https://packages.grafana.com/gpg.key
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt

0 comments on commit 43c7860

Please sign in to comment.