Add plugins

This commit is contained in:
Alex 2020-06-02 22:52:18 +02:00
parent 9d379dd694
commit d87f3eb533
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 9 additions and 0 deletions

View File

@ -7,3 +7,12 @@
tags:
- grafana
- vault
- name: Install grafana plugins
loop: "{{ grafana.plugins }}"
command:
argv: ["grafana-cli", "plugins", "install", "{{ item }}"]
tags:
- grafana
- plugins
when: ( grafana.plugins | default([]) ) | length
notify: Run service actions