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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
32
32
|`grafana_data_dir`| /var/lib/grafana | Path to database directory |
33
33
|`grafana_address`| 0.0.0.0 | Address on which grafana listens |
34
34
|`grafana_port`| 3000 | port on which grafana listens |
35
-
|'grafana_cap_net_bind_service'| false | Enables the use of ports below 1024 without root privilages by leveraging the 'capabilities' of the linux kernel. read: http://man7.org/linux/man-pages/man7/capabilities.7.html|
35
+
|`grafana_cap_net_bind_service`| false | Enables the use of ports below 1024 without root privilages by leveraging the 'capabilities' of the linux kernel. read: http://man7.org/linux/man-pages/man7/capabilities.7.html|
36
36
|`grafana_url`| "http://{{ grafana_address }}:{{ grafana_port }}" | Full URL used to access Grafana from a web browser |
37
37
|`grafana_api_url`| "{{ grafana_url }}" | URL used for API calls in provisioning if different from public URL. See [this issue](https://github.com/cloudalchemy/ansible-grafana/issues/70). |
38
38
|`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