sasl_credentials.j2 322 B

123456789
  1. {% if ansible_prolog -%}
  2. {% from 'templates/ansible/prolog.j2' import prolog with context %}
  3. {{ prolog() }}
  4. {% endif -%}
  5. {% if postfix_external_smtp_credentials %}
  6. {% for credential in postfix_external_smtp_credentials %}
  7. {{ credential.email }} {{ credential.username }}:{{ credential.password }}
  8. {% endfor %}
  9. {% endif %}