aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/letsencrypt/templates/domain_list.txt
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-09 01:35:26 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-09 01:51:24 +0200
commite47d57ef4e5664940f553a9de7c6ee2b47e56255 (patch)
treedd3defcc6e22218db0c05f9f9918bac9876ab6d5 /roles/letsencrypt/templates/domain_list.txt
parentwireguard: fix indentation (diff)
downloadinfra-ansible-e47d57ef4e5664940f553a9de7c6ee2b47e56255.tar.gz
infra-ansible-e47d57ef4e5664940f553a9de7c6ee2b47e56255.zip
letsencrypt: update certificates on subdomain changes
Diffstat (limited to 'roles/letsencrypt/templates/domain_list.txt')
-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 %}