10 lines
246 B
YAML
10 lines
246 B
YAML
certbot:
|
|
mode: "{{ mode | default('prod') }}"
|
|
containerized: false
|
|
auth_method: dns
|
|
port: 53
|
|
email: ajt95@prole.biz
|
|
domains:
|
|
- "{{ fqdn | default(inventory_hostname) }}"
|
|
- "*.{{ fqdn | default(inventory_hostname) }}"
|
|
cron: ~ |