Ajout de OpenDMARC

This commit is contained in:
VC
2019-12-05 07:13:13 +01:00
parent ab1e5ba08c
commit c1e57bf208
3 changed files with 21 additions and 0 deletions

View File

@@ -9,3 +9,18 @@
dest: /etc/opendmarc.conf
notify:
- restart opendmarc
- name: dmarc directory
file:
path: /etc/dmarc
state: directory
- name: secondary configuration files
copy:
src: "./files/dmarc/{{ item }}"
dest: "/etc/dmarc/{{ item }}"
loop:
- IgnoreHosts
notify:
- restart opendmarc