mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-08-26 09:31:26 +02:00
Checks if domain names are given
This commit is contained in:
+1
-2
@@ -29,8 +29,7 @@ certbot_register_email: ''
|
||||
certbot_register_command: "{{ certbot_script }} register --non-interactive --agree-tos --email {{ certbot_register_email }}"
|
||||
|
||||
# The domains to generate certs for
|
||||
certbot_domains:
|
||||
- 'example.com'
|
||||
certbot_domains: []
|
||||
|
||||
# The command to run to generate the certificates
|
||||
certbot_cert_command: "{{ certbot_script }} certonly --noninteractive --standalone"
|
||||
|
||||
Reference in New Issue
Block a user