prepare grafana

This commit is contained in:
2022-07-08 09:02:16 +02:00
parent 66710cedeb
commit 03582fd53b
2 changed files with 13 additions and 0 deletions

View File

View File

@@ -0,0 +1,13 @@
---
# Load distro specific variables
- include_vars: "{{ ansible_distribution }}.yml"
tags: always
ignore_errors: True
- include_vars: "{{ ansible_fqdn }}.yml"
ignore_errors: True
- block:
- include_tasks: install_influxdb.yml
- include_tasks: install_grafana.yml
# vim: ts=2 sw=2