This repository has been archived on 2020-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-rspamd/tasks/main.yml

16 lines
333 B
YAML

- name: Copy rspamd configs
loop:
- 'options.inc'
- 'milter_headers.conf'
- 'dmarc.conf'
template:
src: '{{ item }}'
dest: '/etc/rspamd/local.d/{{ item }}'
follow: yes
owner: root
group: root
mode: 730
tags:
- rspamd
notify: Run service actions