feat(vmalert): add role for deployment in docker
This commit is contained in:
6
playbooks/vmalert.yml
Normal file
6
playbooks/vmalert.yml
Normal 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
|
Reference in New Issue
Block a user