Ajout de ce qu’il faut pour DMARC/DKIM
This commit is contained in:
11
roles/opendmarc/tasks/main.yml
Normal file
11
roles/opendmarc/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: install opendmarc
|
||||
package:
|
||||
name: opendmarc
|
||||
state: present
|
||||
|
||||
- name: opendmarc config file
|
||||
copy:
|
||||
src: ./files/opendmarc.conf
|
||||
dest: /etc/opendmarc.conf
|
||||
notify:
|
||||
- restart opendmarc
|
Reference in New Issue
Block a user