Initial commit
This commit is contained in:
commit
11b84aa872
40 changed files with 995 additions and 0 deletions
10
templates/postfix/conf.d/transport_relay.j2
Normal file
10
templates/postfix/conf.d/transport_relay.j2
Normal file
|
@ -0,0 +1,10 @@
|
|||
### {{ ansible_managed }}
|
||||
|
||||
{% if postfix_transport_relay is defined %}
|
||||
{% for transport in postfix_transport_relay %}
|
||||
{% if transport.comment is defined %}
|
||||
# {{ transport.comment }}
|
||||
{% endif %}
|
||||
{{ "%-50s %s" | format(transport.destination, transport.relay) }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue