add unbound and more tools
[ansible.git] / roles / postfix / tasks / main.yml
1 # base
2 - name: create dh2048 file
3   command: openssl dhparam -out {{ postfix.paths.dh2048 }} 2048
4   args:
5     creates: "{{ postfix.paths.dh2048 }}"
6 # daemons
7 - import_tasks: unbound.yml
8   tags: unbound
9 - import_tasks: opendkim.yml
10   tags: opendkim
11   when: postfix.opendkim is defined
12 - import_tasks: postfix.yml
13   tags: postfix