fix: url issues + setup for eval

This commit is contained in:
Lenoctambule
2026-04-06 16:04:46 +02:00
parent 997ffcacfb
commit 6e07217626
5 changed files with 37 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
is_local: true
passphrase: changeme
cert_domain: "example.com"
cert_email: "admin@example.com"
cert_domain: "{{ inventory_hostname }}"
dest_dir: /var/app/
cert_path: "{{ dest_dir }}/srcs/nginx/certbot/conf/live/{{ cert_domain }}"