ansible kubernetes deployment

This commit is contained in:
2025-08-20 09:52:28 -05:00
parent 6ea3611e08
commit 02b788ee63
17 changed files with 212 additions and 0 deletions

View File

@@ -1,13 +0,0 @@
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"