Add grafana dashboard
This commit is contained in:
parent
5eaa1c24af
commit
c5ef11e9e0
2 changed files with 1532 additions and 0 deletions
1523
files/grafana-dashboard.yml
Normal file
1523
files/grafana-dashboard.yml
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue