feat: add playbook for alertmanager
This commit is contained in:
parent
0a651b8cb8
commit
9f2ae193de
6
playbooks/alertmanager.yml
Normal file
6
playbooks/alertmanager.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
- name: Ensure alertmanager is configured and running
|
||||||
|
hosts: "{{ alertmanager_hosts | default('alertmanager') }}"
|
||||||
|
become: "{{ alertmanager_become | default(false, false) }}"
|
||||||
|
roles:
|
||||||
|
- role: finallycoffee.observability.alertmanager
|
Loading…
Reference in New Issue
Block a user