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

Commit 4953112

Browse files
Wout van Heeswijkpaulfantom
authored andcommitted
change quotation mark to backtick (#123)
I previously erroneously used quotation marks.
1 parent 2e89ccf commit 4953112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
3232
| `grafana_data_dir` | /var/lib/grafana | Path to database directory |
3333
| `grafana_address` | 0.0.0.0 | Address on which grafana listens |
3434
| `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 |
3636
| `grafana_url` | "http://{{ grafana_address }}:{{ grafana_port }}" | Full URL used to access Grafana from a web browser |
3737
| `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). |
3838
| `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

Comments
 (0)