10 lines
252 B
YAML
10 lines
252 B
YAML
---
|
|
# 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]
|