2020-01-14 01:59:13 -05:00
|
|
|
---
|
2020-01-21 08:13:41 -05:00
|
|
|
common__basics__additional_packages: []
|
|
|
|
|
2020-02-10 00:38:01 -05:00
|
|
|
common__iptables__state: install
|
|
|
|
|
|
|
|
common__certbot__state: install
|
2020-01-14 05:55:56 -05: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']
|
2020-02-13 07:58:24 -05:00
|
|
|
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 || true'
|
2020-01-14 05:55:56 -05:00
|
|
|
|
2020-02-06 10:03:02 -05:00
|
|
|
common__nginx__state: null
|
2020-01-14 05:23:21 -05:00
|
|
|
common__nginx__remove_default: true
|
|
|
|
common__nginx__upstreams: []
|
|
|
|
common__nginx__sites: []
|
2020-01-20 13:00:02 -05:00
|
|
|
|
2020-02-06 10:03:02 -05:00
|
|
|
common__apache__state: null
|
2020-01-20 13:00:02 -05:00
|
|
|
common__apache__remove_default: true
|
2020-01-22 17:29:47 -05:00
|
|
|
common__apache__listen: ['127.0.0.1:8080']
|
2020-01-24 18:14:00 -05:00
|
|
|
common__apache__modules: ['alias', 'cgid', 'env', 'rewrite', 'ssl']
|
2020-01-21 06:48:55 -05:00
|
|
|
common__apache__sites: []
|