projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
journalwatch: ignore failed SSH attempts... there are just too many...
[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