feat: add playbook for alertmanager
This commit is contained in:
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
|
Reference in New Issue
Block a user