projects
/
ansible.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
group newmail script stuff in a block
[ansible.git]
/
roles
/
postfix
/
tasks
/
main.yml
diff --git
a/roles/postfix/tasks/main.yml
b/roles/postfix/tasks/main.yml
index f71486e77c66edef061cb4175d04f713eed9d2a2..af796d3b0e541ef18efb3dd145c9bb4fe71b26b7 100644
(file)
--- a/
roles/postfix/tasks/main.yml
+++ b/
roles/postfix/tasks/main.yml
@@
-1,9
+1,6
@@
-# base
-- name: create dh2048 file
- command: openssl dhparam -out {{ postfix.paths.dh2048 }} 2048
- args:
- creates: "{{ postfix.paths.dh2048 }}"
# daemons
# daemons
+- import_tasks: unbound.yml
+ tags: unbound
- import_tasks: opendkim.yml
tags: opendkim
when: postfix.opendkim is defined
- import_tasks: opendkim.yml
tags: opendkim
when: postfix.opendkim is defined