7 lines
200 B
YAML
7 lines
200 B
YAML
|
---
|
||
|
- name: Install vmalert using docker
|
||
|
hosts: "{{ vmalert_hosts | default('vmalert') }}"
|
||
|
become: "{{ vmalert_become | default(false) }}"
|
||
|
roles:
|
||
|
- role: finallycoffee.observability.vmalert
|