add letsencrypt bundle
This commit is contained in:
parent
04f2baacf4
commit
dc9e8dc679
5 changed files with 37 additions and 2 deletions
5
bundles/letsencrypt/files/domains.txt
Normal file
5
bundles/letsencrypt/files/domains.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
${node.hostname}
|
||||
|
||||
% for domain, aliases in node.metadata.get('letsencrypt', {}).get('domains', {}).items():
|
||||
${domain} ${' '.join(aliases)}
|
||||
% endfor
|
Loading…
Add table
Add a link
Reference in a new issue