mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
PR #109 Follow-up: Document new variable inside other variable.
This commit is contained in:
parent
5a23e85f1c
commit
cb3b03f435
@ -63,7 +63,7 @@ A list of domains (and other data) for which certs should be generated. You can
|
||||
|
||||
certbot_create_command: "{{ certbot_script }} certonly --standalone --noninteractive --agree-tos --email {{ cert_item.email | default(certbot_admin_email) }} -d {{ cert_item.domains | join(',') }}"
|
||||
|
||||
The `certbot_create_command` defines the command used to generate the cert.
|
||||
The `certbot_create_command` defines the command used to generate the cert. See the full default command inside `defaults/main.yml` for a full example—and you can easily add in extra arguments that are not in the default command with the `certbot_create_extra_args` variable.
|
||||
|
||||
#### Standalone Certificate Generation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user