diff options
Diffstat (limited to 'roles/letsencrypt/templates')
-rw-r--r-- | roles/letsencrypt/templates/domain_list.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/letsencrypt/templates/domain_list.txt b/roles/letsencrypt/templates/domain_list.txt new file mode 100644 index 0000000..8cd60f8 --- /dev/null +++ b/roles/letsencrypt/templates/domain_list.txt @@ -0,0 +1,3 @@ +{% for domain in certificate_domains %} +{{ domain }} +{% endfor %} |