projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f71486e77c66edef061cb4175d04f713eed9d2a2
[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: opendkim.yml
8
tags: opendkim
9
when: postfix.opendkim is defined
10
- import_tasks: postfix.yml
11
tags: postfix