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.
20 lines
457 B
YAML
20 lines
457 B
YAML
argument_specs:
|
|
main:
|
|
options:
|
|
certbot__acme_account_email_address:
|
|
type: str
|
|
required: true
|
|
certbot__certificate_domains:
|
|
type: list
|
|
elements: str
|
|
required: false
|
|
default: [ ]
|
|
certbot__http_01_port:
|
|
type: str
|
|
required: false
|
|
default: 31820
|
|
certbot__new_cert_commands:
|
|
type: list
|
|
elements: str
|
|
required: false
|
|
default: [ ]
|