10 lines
259 B
YAML
10 lines
259 B
YAML
certbot:
|
|
mode: "{{ mode | default('prod') }}"
|
|
containerized: true
|
|
auth_method: webroot
|
|
port: ~
|
|
email: ajt95@prole.biz
|
|
domains:
|
|
- "{{ fqdn | default(inventory_hostname) }}"
|
|
- "*.{{ fqdn | default(inventory_hostname) }}"
|
|
cron: "2 6 24 1 *" |