feat: add playbook for alertmanager

This commit is contained in:
2024-06-10 21:54:32 +02:00
parent 0a651b8cb8
commit 9f2ae193de

View 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