common/defaults/main.yml

11 lines
320 B
YAML

---
common__basics__additional_packages: []
common__certbot__state: install
common__certbot__run: true
common__certbot__email: 'user@example.com'
common__certbot__cert_name: 'example.com'
common__certbot__cert_domains: ['example.com', 'www.example.com']
common__certbot__post_hook: null
common__certbot__pre_hook: null