123456789101112131415161718192021222324 |
- ---
- - name: Configure grafana for telemetry
- block:
- - name: Add telemetry datasource on grafana
- include_tasks: add_datasource.yml
- - name: Add dashboards on grafana
- include_tasks: add_dashboards.yml
- when: idrac_telemetry_support is true
|