Add grafana dashboard

This commit is contained in:
Adrien Reslinger 2024-06-26 23:34:24 +02:00
parent 5eaa1c24af
commit c5ef11e9e0
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
2 changed files with 1532 additions and 0 deletions

1523
files/grafana-dashboard.yml Normal file

File diff suppressed because it is too large Load diff

View file

@ -217,5 +217,14 @@
# enabled: true # enabled: true
# targetIPs: [10.144.217.172] # targetIPs: [10.144.217.172]
- name: Install traefik grafana dashboard
kubernetes.core.k8s:
state: "present"
context: "{{ my_context }}"
namespace: 'traefik'
apply: yes
resource_definition: "{{ lookup('file', item) | from_yaml_all }}"
with_items:
- grafana-dashboard.yml
tags: traefik tags: traefik