forked from data.coop/ansible
12 lines
220 B
YAML
12 lines
220 B
YAML
---
|
|
|
|
- name: setup postfix docker container for outgoing mail
|
|
docker_container:
|
|
name: postfix
|
|
image: boky/postfix
|
|
networks:
|
|
- name: postfix
|
|
env:
|
|
ALLOWED_SENDER_DOMAINS: "{{ base_domain }}"
|
|
|