common/defaults/main.yml

16 lines
573 B
YAML
Raw Normal View History

2020-01-14 06:59:13 +00:00
---
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']
common__certbot__post_hook: 'systemctl is-active nginx.service || systemctl start nginx.service'
common__certbot__pre_hook: 'systemctl is-active nginx.service && systemctl stop nginx.service'
2020-01-14 10:23:21 +00:00
common__nginx__remove_default: true
common__nginx__upstreams: []
common__nginx__sites: []
2020-01-20 18:00:02 +00:00
common__apache__remove_default: true
2020-01-21 13:01:44 +00:00
common__apache__modules: ['rewrite', 'ssl']
2020-01-21 11:48:55 +00:00
common__apache__sites: []