Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/letsencrypt/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/letsencrypt/templates')
-rw-r--r--roles/letsencrypt/templates/domain_list.txt3
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 %}