additional tasks for VM creation

This commit is contained in:
2025-07-08 09:59:41 -05:00
parent 3d4afce244
commit 2bce9c3f29
41 changed files with 23849 additions and 921 deletions

View File

@@ -0,0 +1,13 @@
route:
receiver: "mail"
repeat_interval: 4h
group_by: [ alertname ]
receivers:
- name: "mail"
email_configs:
- smarthost: "outlook.office365.com:587"
auth_username: "test@padok.fr"
auth_password: "{{ alertmanager_smtp_password }}"
from: "test@padok.fr"
to: "test@padok.fr"