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

5 lines
99 B
Text
Raw Normal View History

2018-07-07 17:24:56 +00:00
[default]
{% for domain in certbot_domains%}
{{ domain.name }} = {{ domain.command }}
{% endfor %}