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

Commit 655c5a9

Browse files
rnhurtpaulfantom
authored andcommitted
Update README (#199)
I just fixed a couple of misspellings. :)
1 parent 3f37e1e commit 655c5a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2222

2323
| Name | Default Value | Description |
2424
| -------------- | ------------- | -----------------------------------|
25-
| `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**). |
2626
| `grafana_provisioning_synced` | false | Ensure no previously provisioned dashboards are kept if not referenced anymore. |
2727
| `grafana_system_user` | grafana | Grafana server system user |
2828
| `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
3333
| `grafana_data_dir` | /var/lib/grafana | Path to database directory |
3434
| `grafana_address` | 0.0.0.0 | Address on which grafana listens |
3535
| `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 |
3737
| `grafana_url` | "http://{{ grafana_address }}:{{ grafana_port }}" | Full URL used to access Grafana from a web browser |
3838
| `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). |
3939
| `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)