grafana: Aktiviere und Starte Service

This commit is contained in:
phil 2022-12-28 16:39:30 +01:00
parent 528fc15535
commit 3c2f8a6353

View file

@ -1,4 +1,11 @@
---
- name: grafana | Aktivere und starte Service"
ansible.builtin.systemd:
name: grafana-server
enabled: true
state: started
daemon_reload: true
- name: "grafana | Erzeuge Grafana-Konfiguration"
ansible.builtin.template:
src: grafana.ini