add nginx role
This commit is contained in:
5
roles/nginx/templates/letsencrypt.conf.j2
Normal file
5
roles/nginx/templates/letsencrypt.conf.j2
Normal file
@@ -0,0 +1,5 @@
|
||||
# {{ ansible_managed }}
|
||||
|
||||
ssl_certificate /etc/letsencrypt/live/{{ ansible_fqdn }}/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/{{ ansible_fqdn }}/privkey.pem;
|
||||
ssl_trusted_certificate /etc/letsencrypt/live/{{ ansible_fqdn }}/fullchain.pem;
|
||||
Reference in New Issue
Block a user