feat: Add --dry-run to certbot command

This commit is contained in:
gemini
2026-03-03 12:52:42 +01:00
parent 6be9280df9
commit 45533c1e27

View File

@@ -10,6 +10,7 @@
certbot certonly --standalone
--non-interactive
--agree-tos
--dry-run
--email {{ certbot_email | default("admin@" + mydomain) }}
-d {{ item.key + "." + mydomain if not item.value.internal else item.key + ".internal." + mydomain }}
loop: "{{ servernames | dict2items }}"