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

11 lines
352 B
YAML

---
- import_tasks: smtp-common-packages.yml
- import_tasks: postsrsd.yml
when: postfix_srs_sender_enabled or postfix_srs_receiver_enabled
- import_tasks: smtp-sasl-auth.yml
when: postfix_relay_client
- import_tasks: postfix-relay-server.yml
when: postfix_relay_server
- import_tasks: postfix-letsencrypt-hook.yml
when: postfix_use_letsencrypt