15 lines
218 B
YAML
15 lines
218 B
YAML
---
|
|
# tasks file for grafana
|
|
|
|
- name: "GRAFANA | Configure"
|
|
import_tasks: config.yml
|
|
tags:
|
|
- configure
|
|
- grafana
|
|
|
|
- name: "GRAFANA | Install"
|
|
import_tasks: install.yml
|
|
tags:
|
|
- install
|
|
- grafana
|