feat(vmalert): add role for deployment in docker

This commit is contained in:
2024-06-08 17:03:59 +02:00
parent 8952f2d37a
commit 145229928d
6 changed files with 146 additions and 0 deletions

6
playbooks/vmalert.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Install vmalert using docker
hosts: "{{ vmalert_hosts | default('vmalert') }}"
become: "{{ vmalert_become | default(false) }}"
roles:
- role: finallycoffee.observability.vmalert