ansible-role-certbot/templates/renew.cfg.j2

4 lines
99 B
Django/Jinja

[default]
{% for domain in certbot_domains%}
{{ domain.name }} = {{ domain.command }}
{% endfor %}