make extra header checks configurable

This commit is contained in:
psy 2021-01-12 16:12:49 +01:00
parent 6d9f604b93
commit 41af92aea4
No known key found for this signature in database
GPG key ID: DFF5B17AC3A8ECF5
5 changed files with 18 additions and 11 deletions

View file

@ -54,16 +54,10 @@
- { src: "main.cf.j2", dest: "/etc/postfix/main.cf" }
- { src: "master.cf.j2", dest: "/etc/postfix/master.cf" }
- { src: "virtual-aliases.cf.j2", dest: "/etc/postfix/virtual-aliases.cf" }
- { src: "header_checks.j2", dest: "/etc/postfix/header_checks" }
notify:
- restart postfix
- name: Copy header_checks
copy:
src: header_checks
dest: /etc/postfix/header_checks
notify:
- restart postfix
- name: copy postfix maps
template:
src: maps.j2