8 lines
223 B
YAML
8 lines
223 B
YAML
---
|
|
certbot__state: install
|
|
certbot__run: true
|
|
certbot__email: 'user@example.com'
|
|
certbot__cert_name: 'example.com'
|
|
certbot__cert_domains: ['example.com', 'www.example.com']
|
|
certbot__post_hook: null
|
|
certbot__pre_hook: null
|