ansible/roles/docker/tasks/services/postfix.yml
2019-03-03 07:38:00 +01:00

12 lines
255 B
YAML

---
- name: setup postfix docker container for outgoing mail
docker_container:
name: postfix
image: boky/postfix
restart_policy: unless-stopped
networks:
- name: postfix
env:
ALLOWED_SENDER_DOMAINS: "{{ base_domain }}"