We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 492fad9 commit e159610Copy full SHA for e159610
icpc-wf/ansible/roles/grafana/tasks/main.yml
@@ -1,5 +1,14 @@
1
---
2
-# These tasks install and configure grafana
+- name: Add upstream prometheus apt key
3
+ apt_key:
4
+ url: https://packagecloud.io/the_asten/prometheus/gpgkey
5
+ state: present
6
+
7
+- name: Add upstream prometheus apt repo
8
+ apt_repository:
9
+ repo: deb https://packagecloud.io/the_asten/prometheus/ubuntu/ focal main
10
11
+ register: prometheus_repo
12
13
- name: install dependencies
14
apt:
0 commit comments