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.
|`grafana_use_provisioning`| true | Use Grafana provisioning capalibity when possible (**grafana_version=latest will assume >= 5.0**). |
25
+
|`grafana_use_provisioning`| true | Use Grafana provisioning capability when possible (**grafana_version=latest will assume >= 5.0**). |
26
26
|`grafana_provisioning_synced`| false | Ensure no previously provisioned dashboards are kept if not referenced anymore. |
27
27
|`grafana_system_user`| grafana | Grafana server system user |
28
28
|`grafana_system_group`| grafana | Grafana server system group |
@@ -33,7 +33,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
33
33
|`grafana_data_dir`| /var/lib/grafana | Path to database directory |
34
34
|`grafana_address`| 0.0.0.0 | Address on which grafana listens |
35
35
|`grafana_port`| 3000 | port on which grafana listens |
36
-
|`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
+
|`grafana_cap_net_bind_service`| false | Enables the use of ports below 1024 without root privileges by leveraging the 'capabilities' of the linux kernel. read: http://man7.org/linux/man-pages/man7/capabilities.7.html|
37
37
|`grafana_url`| "http://{{ grafana_address }}:{{ grafana_port }}" | Full URL used to access Grafana from a web browser |
38
38
|`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). |
39
39
|`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