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