2026-08-03 12:26:42 +08:00
|
|
|
---
|
|
|
|
|
# Requires a target-local root-owned SMTP config; no credentials are passed here.
|
|
|
|
|
- name: Deploy health email alert integration
|
|
|
|
|
hosts: managed
|
|
|
|
|
become: true
|
|
|
|
|
gather_facts: false
|
|
|
|
|
roles:
|
|
|
|
|
- role: email_alert
|
|
|
|
|
tags: [healthcheck, email]
|