You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,8 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
59
59
|`grafana_environment`| {} | Optional Environment param for Grafana installation, useful ie for setting http_proxy |
60
60
|`grafana_plugins`|[]| List of Grafana plugins which should be installed |
61
61
|`grafana_alert_notifications`|[]| List of alert notification channels to be created, updated, or deleted |
62
-
62
+
|`grafana_state`|`started`| Grafana service state after this role, either `started` or `stopped` (restarts will happen as required for changed configuration etc. only in `started` mode) |
63
+
|`grafana_enabled`| true | Whether Grafana service is enabled on restart |
0 commit comments