ansible playbooks for retailor.io infrastructure

This commit is contained in:
2025-03-03 19:33:36 +01:00
committed by KevinMidboe
commit 92cb10ba27
139 changed files with 33603 additions and 0 deletions

10
plays/prome-grafana.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Install prometheus & grafana using Docker
hosts: grafana
vars:
prometheus_version: "latest"
grafana_version: "latest"
cadvisor_version: "0.46.0"
roles:
# - role: roles/docker
- role: roles/prometheus-grafana