ansible-role-postfix-client/tasks/main.yml

10 lines
257 B
YAML
Raw Normal View History

2020-07-18 18:37:57 +02:00
---
2020-07-18 18:46:58 +02:00
- import_tasks: smtp-common-packages.yml
- import_tasks: smtp-sasl-auth.yml
2020-10-18 19:55:02 +02:00
when: postfix_relay_client
2020-07-18 18:46:58 +02:00
- import_tasks: postfix-relay-server.yml
when: postfix_relay_server
- import_tasks: postfix-letsencrypt-hook.yml
when: postfix_use_letsencrypt