ansible-roles/postfix-relay/tasks/main.yml

12 lines
291 B
YAML

---
- import_tasks: smtp-common-packages.yml
- import_tasks: smtp-sasl-auth.yml
when:
- postfix_use_sasl_auth
- postfix_relay_client
- import_tasks: postfix-relay-server.yml
when: postfix_relay_server
- import_tasks: postfix-letsencrypt-hook.yml
when: postfix_use_letsencrypt