Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit b41f5ff

Browse files
authored
Update README.md
1 parent 84dac73 commit b41f5ff

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,24 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
4949
| `grafana_dashboards` | [] | List of dashboards which should be imported |
5050
| `grafana_datasources` | [] | List of datasources which should be configured |
5151

52-
Datasources example:
52+
Datasource example:
5353

54-
```
55-
grafana_datasources:
56-
- name: prometheus
57-
type: prometheus
58-
access: proxy
59-
url: 'http://{{ prometheus_web_listen_address }}'
60-
basicAuth: false
54+
```yaml
55+
grafana_datasources:
56+
- name: prometheus
57+
type: prometheus
58+
access: proxy
59+
url: 'http://{{ prometheus_web_listen_address }}'
60+
basicAuth: false
6161
```
6262
63-
Dashboards example:
63+
Dashboard example:
6464
65-
```
66-
grafana_dashboards:
67-
- dashboard_id: 111
68-
revision_id: 1
69-
datasource: prometheus
65+
```yaml
66+
grafana_dashboards:
67+
- dashboard_id: 111
68+
revision_id: 1
69+
datasource: prometheus
7070
```
7171
7272
## Supported CPU Architectures

0 commit comments

Comments
 (0)