ansible-role-plausible/templates/env.mail.conf.j2
Laur Ivan 347f54fd79 Fix files and templates.
Check if the GeoIP db exists and configure accordingly.
Move preparation tasks to prepare.yml.
Fix destroy.yml.
2022-09-22 09:43:03 +02:00

6 lines
203 B
Django/Jinja

{%if plausible_smtp_host %}
RELAY_HOST={{ plausible_smtp_host }}
RELAY_PORT={{ plausible_smtp_port }}
RELAY_USERNAME={{ plausible_smtp_username }}
RELAY_PASSWORD={{ plausible_smtp_password }}
{% endif %}