Create bogus mx list via host_vars

This commit is contained in:
phil 2023-04-19 11:33:01 +02:00
parent d786e5ab09
commit 6978dcf9b7
4 changed files with 13 additions and 11 deletions

View file

@ -0,0 +1,7 @@
### {{ managed_by_ansible }}
{% if postfix_bogus_mx is defined %}
{% for mx in postfix_bogus_mx %}
{{ "%-30s %s" | format(mx.src, mx.msg) }}
{% endfor %}
{% endif %}