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

Commit 8824813

Browse files
authored
Fix typo in README.md (#137)
[patch]
1 parent 10f33d9 commit 8824813

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2424
| Name | Default Value | Description |
2525
| -------------- | ------------- | -----------------------------------|
2626
| `alertmanager_version` | 0.21.0 | Alertmanager package version. Also accepts `latest` as parameter. |
27-
| `alertmanager_binaries_local_dir` | "" | Allows to use local packages instead of ones distributed on github. As parameter it takes a directory where `alertmanager` AND `amtool` binaries are stored on host on which ansible is ran. This overrides `alertmanager_version` parameter |
27+
| `alertmanager_binary_local_dir` | "" | Allows to use local packages instead of ones distributed on github. As parameter it takes a directory where `alertmanager` AND `amtool` binaries are stored on host on which ansible is ran. This overrides `alertmanager_version` parameter |
2828
| `alertmanager_web_listen_address` | 0.0.0.0:9093 | Address on which alertmanager will be listening |
2929
| `alertmanager_web_external_url` | http://localhost:9093/ | External address on which alertmanager is available. Useful when behind reverse proxy. Ex. example.org/alertmanager |
3030
| `alertmanager_config_dir` | /etc/alertmanager | Path to directory with alertmanager configuration |

0 commit comments

Comments
 (0)