X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/d281db9defd2e0c0e6b9761736ff38a9df7391b0..7324fa78958c5053ac8d02e70e3bad248d0a74e8:/roles/postfix/tasks/main.yml diff --git a/roles/postfix/tasks/main.yml b/roles/postfix/tasks/main.yml index 69f8317..af796d3 100644 --- a/roles/postfix/tasks/main.yml +++ b/roles/postfix/tasks/main.yml @@ -1,17 +1,8 @@ -- name: install postfix - apt: name=postfix,bsd-mailx state=latest -- name: install postfix main.cf - register: config_main - template: - src: templates/main.cf - dest: /etc/postfix/main.cf -- name: reload postfix - service: name=postfix state=restarted enabled=yes - when: config_main.changed -- name: delete old local-mail cronjob - file: path=/etc/cron.daily/local-mail state=absent -- name: install check-for-local-mail cronjob - copy: - src: files/check-for-local-mail - dest: /etc/cron.daily/check-for-local-mail - mode: u=rwx,g=rx,o=rx +# daemons +- import_tasks: unbound.yml + tags: unbound +- import_tasks: opendkim.yml + tags: opendkim + when: postfix.opendkim is defined +- import_tasks: postfix.yml + tags: postfix