Ajout de OpenDMARC
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user