add netdata LE and change to webroot use
This commit is contained in:
parent
1ca6c8643c
commit
7bb3478ea7
@ -8,7 +8,7 @@
|
||||
ignore_errors: True
|
||||
|
||||
- name: Generate LetsEncrypt TLS certificates
|
||||
shell: letsencrypt certonly -n -m "letsencrypt@sadiqsaif.ca" --agree-tos --standalone -d {{ item }}
|
||||
shell: letsencrypt certonly -n -m "letsencrypt@sadiqsaif.ca" --agree-tos --webroot -d {{ item }} -w /srv/www/{{ item }}/
|
||||
with_items:
|
||||
- asininetech.com
|
||||
- entropynet.net
|
||||
@ -18,6 +18,7 @@
|
||||
- twoshadesofbrown.com
|
||||
- wiki.staticsafe.ca
|
||||
- sadiqsaif.com
|
||||
- netdata.asininetech.net
|
||||
|
||||
- name: start nginx if we stopped it before
|
||||
service: name=nginx state=started
|
||||
|
Loading…
Reference in New Issue
Block a user