Files
configpolicy/roles/vmalert/tasks/main.yml
Dustin C. Hatch b3403268a8 r/vmalert: Deploy vmalert
`vmalert` is a component of Victoria Metrics. It handles alerting and
recording rules, periodically executing queries and dispatching alerts
or writing aggregated data back to the TSDB.
2022-08-11 21:40:19 -05:00

8 lines
115 B
YAML

- block:
# - import_tasks: install.yml
# tags:
# - install
- import_tasks: deploy.yml
tags:
- vmalert