feat: add playbook for alertmanager

This commit is contained in:
transcaffeine 2024-06-10 21:54:32 +02:00
parent 0a651b8cb8
commit 9f2ae193de
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
1 changed files with 6 additions and 0 deletions

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