# daemons - import_tasks: unbound.yml tags: unbound - import_tasks: opendkim.yml tags: opendkim when: postfix.opendkim is defined - import_tasks: dovecot.yml when: postfix.dovecot is defined tags: dovecot - import_tasks: postfix.yml tags: postfix # some basic security stuff that relies on working email - name: install apticron apt: name=apticron state=latest