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

11 lines
254 B
YAML
Raw Normal View History

2018-07-19 16:29:44 +02:00
---
- name: Enable grafana apt-key
apt_key: url='https://packagecloud.io/gpg.key'
- name: Enable grafana repository
apt_repository: repo='deb https://packagecloud.io/grafana/stable/debian/ stretch main'
- name: Install grafana
apt: name=grafana