ansible-infra/roles/certbot/defaults/main.yaml
June 8bf6dfbefb
All checks were successful
/ Ansible Lint (push) Successful in 3m36s
certbot(role): support DNS-01 certs using acme-dns
Introduce new configuration structure called certbot__certs, which
allows for different challenge types per cert with the first challenge
type supported being dns-01-acme-dns.
2026-03-31 16:48:00 +02:00

4 lines
115 B
YAML

certbot__certificate_domains: [ ]
certbot__http_01_port: 31820
certbot__certs: [ ]
certbot__new_cert_commands: [ ]