fix linter errors

This commit is contained in:
Sergey Malyuk
2025-12-08 15:35:57 +03:00
parent 48ced598f7
commit 56436fe607
6 changed files with 18 additions and 18 deletions

View File

@@ -15,8 +15,8 @@ Role Variables
```
alertmanager_version: 0.28.1 # version of Alertmanager (AM)
config_dir: "/etc/alertmanager/conf" # where to place AM configs
storage_dir: "/var/lib/alertmanager" # path to AM storage
alertmanager_config_dir: "/etc/alertmanager/conf" # where to place AM configs
alertmanager_storage_dir: "/var/lib/alertmanager" # path to AM storage
alertmanager_dir: "/etc/alertmanager" # where to install AM on target
alertmanager_user: "alertmanager" # system user name
alertmanager_group: "alertmanager" # system group name