new mail relay
This commit is contained in:
@@ -12,6 +12,6 @@
|
|||||||
line: "{{ item.line }}"
|
line: "{{ item.line }}"
|
||||||
loop:
|
loop:
|
||||||
- { regex: "^root=.*$", line: "root=rene@tantooine.myfirewall.org"}
|
- { 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 }}"}
|
- { regex: "^hostname=.*", line: "hostname={{ ansible_fqdn }}"}
|
||||||
when: ansible_distribution in ["Debian", "Pop!_OS", "Ubuntu"]
|
when: ansible_distribution in ["Debian", "Pop!_OS", "Ubuntu"]
|
||||||
Reference in New Issue
Block a user