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