ansible-infra/roles/certbot/defaults/main.yaml
June 0682f78c8c
Some checks failed
/ Ansible Lint (push) Has been cancelled
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:46:01 +02:00

4 lines
115 B
YAML

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