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

Commit

Permalink
create [patch] release
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudalchemybot authored Jun 17, 2020
1 parent ac6f862 commit d95a905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults

| Name | Default Value | Description |
| -------------- | ------------- | -----------------------------------|
| `alertmanager_version` | 0.20.0 | Alertmanager package version. Also accepts `latest` as parameter. |
| `alertmanager_version` | 0.21.0 | Alertmanager package version. Also accepts `latest` as parameter. |
| `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 |
| `alertmanager_web_listen_address` | 0.0.0.0:9093 | Address on which alertmanager will be listening |
| `alertmanager_web_external_url` | http://localhost:9093/ | External address on which alertmanager is available. Useful when behind reverse proxy. Ex. example.org/alertmanager |
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
alertmanager_version: 0.20.0
alertmanager_version: 0.21.0
alertmanager_binary_local_dir: ''

alertmanager_config_dir: /etc/alertmanager
Expand Down

0 comments on commit d95a905

Please sign in to comment.