certbot(role): allow empty list of certificate domains
All checks were successful
/ Ansible Lint (push) Successful in 11m4s
All checks were successful
/ Ansible Lint (push) Successful in 11m4s
Also explicitly document that they are used with the HTTP-01 challenge. This is in preparation for adding a new option with DNS-01 challenge support.
This commit is contained in:
parent
3820a97584
commit
fee18bd349
3 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,8 @@ argument_specs:
|
|||
certbot__certificate_domains:
|
||||
type: list
|
||||
elements: str
|
||||
required: true
|
||||
required: false
|
||||
default: [ ]
|
||||
certbot__http_01_port:
|
||||
type: str
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue