From 241f9d6afa87ba8e8ce334ec57d86d42c4845015 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 7 Aug 2018 20:04:09 -0500 Subject: [PATCH] all: Set SMTP relay All machines (except the relay itself of course) should use the *mail.pyrocufflink.blue* SMTP relay to send email. --- group_vars/all.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/group_vars/all.yml b/group_vars/all.yml index c4f353b..81b466a 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -1 +1,4 @@ certbot_account_email: dustin@hatch.name +smtp: + mode: relay + host: mail.pyrocufflink.blue