grafana: Aktiviere und Starte Service
This commit is contained in:
parent
528fc15535
commit
3c2f8a6353
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue