Files
configpolicy/host_vars/smtp1.pyrocufflink.blue/main.yml
Dustin C. Hatch 45148421b0 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.
2023-01-13 19:36:20 -06:00

15 lines
361 B
YAML

smtp_username: '{{ ansible_fqdn }}'
smtp_password: '{{ vault_smtp_password }}'
smtp_inet_interfaces: all
# TODO: Dynamically calculate these
smtp_mynetworks:
- 172.30.0.0/26
- 172.31.0.0/27
- '[fd99:8cd7:6528:fe1e::]/64'
- '[fd99:8cd7:6528::]/64'
- '[2605:6000:3ccd:da1e::]/64'
- '[2605:6000:3ccd:da01::]/64'
- 172.30.0.240/28
- 172.31.1.0/24
- 172.30.0.160/28