From 45148421b0d21dc33f0e0f1d0930cb0dfcdea5a1 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 13 Jan 2023 19:36:20 -0600 Subject: [PATCH] smtp1.p.b: Allow SMTP relay from Kubernetes network Applications running on the Kubernetes cluster need to be able to send e-mail via the relay. --- host_vars/smtp1.pyrocufflink.blue/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/host_vars/smtp1.pyrocufflink.blue/main.yml b/host_vars/smtp1.pyrocufflink.blue/main.yml index 94db0cd..a03c973 100644 --- a/host_vars/smtp1.pyrocufflink.blue/main.yml +++ b/host_vars/smtp1.pyrocufflink.blue/main.yml @@ -11,3 +11,4 @@ smtp_mynetworks: - '[2605:6000:3ccd:da01::]/64' - 172.30.0.240/28 - 172.31.1.0/24 +- 172.30.0.160/28