ansible-ffrgb/roles/grafana/tasks/main.yml

11 lines
248 B
YAML
Raw Normal View History

2018-07-19 16:29:44 +02:00
---
- name: Enable grafana apt-key
2019-03-07 10:52:52 +01:00
apt_key: url='https://packages.grafana.com/gpg.key'
2018-07-19 16:29:44 +02:00
- name: Enable grafana repository
2019-03-07 10:52:52 +01:00
apt_repository: repo='deb https://packages.grafana.com/oss/deb stable main'
2018-07-19 16:29:44 +02:00
- name: Install grafana
apt: name=grafana