This commit is contained in:
Antoine Ouvrard
2021-05-17 10:31:00 +02:00
parent 7442828ccd
commit db573babed
13 changed files with 19 additions and 14 deletions
+2 -1
View File
@@ -44,7 +44,8 @@
replace:
path: /etc/nginx/sites-available/{{ item }}.conf
regexp:
"[^?]ssl_certificate_key /etc/letsencrypt/live/{{inventory_hostname}}.*$"
# yamllint disable-line rule:line-length
"[^?]ssl_certificate_key /etc/letsencrypt/live/{{ inventory_hostname }}.*$"
replace:
"ssl_certificate_key /etc/letsencrypt/live/{{ item }}/privkey.pem;"
loop: "{{ jitsi_multidomain_domain }}"