Add postfix role

This commit is contained in:
2019-10-27 18:35:12 -05:00
parent cfdbeb0f2d
commit babccb4991
6 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
- name: "postmap sasl_passwd"
command: "postmap hash:{{ postfix_sasl_passwd_map_path }}"
- name: reload postfix
service:
name: "{{ postfix_service_name }}"
state: reloaded
- name: restart postfix
service:
name: "{{ postfix_service_name }}"
state: restarted