new mail relay

This commit is contained in:
2023-01-30 14:39:45 +01:00
parent 6a3d82b0a4
commit 41322b1c7c

View File

@@ -12,6 +12,6 @@
line: "{{ item.line }}"
loop:
- { regex: "^root=.*$", line: "root=rene@tantooine.myfirewall.org"}
- { regex: "^mailhub=.*", line: "mailhub=coruscant.universe.local"}
- { regex: "^mailhub=.*", line: "mailhub=mail.universe.local"}
- { regex: "^hostname=.*", line: "hostname={{ ansible_fqdn }}"}
when: ansible_distribution in ["Debian", "Pop!_OS", "Ubuntu"]