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
{{ message }}
This repository was archived by the owner on May 31, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,16 +31,17 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
31
31
|`grafana_port`| 3000 | port on which grafana listens |
32
32
|`grafana_url`| "http://{{ grafana_address }}:{{ grafana_port }}" | Full URL used to access Grafana from a web browser |
33
33
|`grafana_domain`| "{{ ansible_fqdn \| default(ansible_host) \| default('localhost') }}" | setting is only used in as a part of the `root_url` option. Useful when using GitHub or Google OAuth |
0 commit comments