configpolicy/host_vars/smtp1.pyrocufflink.blue/main.yml

12 lines
309 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'