common/defaults/main.yml

11 lines
320 B
YAML
Raw Normal View History

2020-01-14 06:59:13 +00:00
---
2020-01-21 13:13:41 +00:00
common__basics__additional_packages: []
common__certbot__state: install
2020-01-14 10:55:56 +00:00
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']
2021-09-18 20:02:37 +00:00
common__certbot__post_hook: null
common__certbot__pre_hook: null