Files
vps/ansible/playbooks/email-alerts.yml
T

10 lines
252 B
YAML
Raw Normal View History

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]