feat: Add --dry-run to certbot command
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user