Add postfix hostname configuration

This commit is contained in:
Nemo 2020-07-22 11:33:26 +02:00
parent 0fb25ba08f
commit fdc3578310
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
value: "{{ postfix_inet_interfaces }}"
- name: inet_protocols
value: "{{ postfix_inet_protocols }}"
- name: myhostname
value: "{{ inventory_hostname }}"
notify: restart postfix
- name: Ensure postfix is started and enabled at boot.