mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 17:50:35 +00:00
ansible playbooks for retailor.io infrastructure
This commit is contained in:
10
plays/prome-grafana.yml
Normal file
10
plays/prome-grafana.yml
Normal 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
|
||||
Reference in New Issue
Block a user