make unbound its own role
[ansible.git] / roles / email / tasks / main.yml
1 # daemons
2 - import_tasks: opendkim.yml
3   tags: opendkim
4   when: postfix.opendkim is defined
5 - import_tasks: dovecot.yml
6   when: postfix.dovecot is defined
7   tags: dovecot
8 - import_tasks: postfix.yml
9   tags: postfix
10 # some basic security stuff that relies on working email
11 - name: install apticron
12   apt: name=apticron state=latest