grafana: First version of role

This commit is contained in:
Timo Makinen 2022-07-10 14:12:54 +00:00
parent 613beb7ddf
commit 81a68720ea
6 changed files with 129 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart grafana
ansible.builtin.service:
name: grafana-container
state: restarted