feat: Add --dry-run to certbot command
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
certbot certonly --standalone
|
certbot certonly --standalone
|
||||||
--non-interactive
|
--non-interactive
|
||||||
--agree-tos
|
--agree-tos
|
||||||
|
--dry-run
|
||||||
--email {{ certbot_email | default("admin@" + mydomain) }}
|
--email {{ certbot_email | default("admin@" + mydomain) }}
|
||||||
-d {{ item.key + "." + mydomain if not item.value.internal else item.key + ".internal." + mydomain }}
|
-d {{ item.key + "." + mydomain if not item.value.internal else item.key + ".internal." + mydomain }}
|
||||||
loop: "{{ servernames | dict2items }}"
|
loop: "{{ servernames | dict2items }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user