projects
/
ansible.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
176ac206d890ad400513e4299170f0f1eefa5e0e
[ansible.git]
/
roles
/
email
/
tasks
/
main.yml
1
# daemons
2
- import_tasks: unbound.yml
3
tags: unbound
4
- import_tasks: opendkim.yml
5
tags: opendkim
6
when: postfix.opendkim is defined
7
- import_tasks: postfix.yml
8
tags: postfix
9
# some basic security stuff that relies on working email
10
- name: install apticron
11
apt: name=apticron state=latest