ansible-infra/roles/certbot/meta/argument_specs.yaml
June fee18bd349
All checks were successful
/ Ansible Lint (push) Successful in 11m4s
certbot(role): allow empty list of certificate domains
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.
2026-03-05 14:37:17 +01:00

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: [ ]