Add grafana configuration and set up e-mail #4

Merged
vincent merged 2 commits from grafana-config into main 2026-06-13 17:15:13 +00:00
Showing only changes of commit eabaff50f7 - Show all commits
+14 -14
View File
@@ -1,14 +1,14 @@
---
- name: Install Grafana
tags: grafana-install
ansible.builtin.package:
name: 'grafana'
state: latest
- name: Enable Grafana service
tags: grafana-enable
ansible.builtin.service:
name: 'grafana-server'
state: started
enabled: yes
---
- name: Install Grafana
tags: grafana-install
ansible.builtin.package:
name: 'grafana'
state: latest
- name: Enable Grafana service
tags: grafana-enable
ansible.builtin.service:
name: 'grafana-server'
state: started
enabled: yes