add nginx role

This commit is contained in:
uumas
2023-04-19 00:24:44 +03:00
parent b5300f445d
commit 70a4684f51
7 changed files with 276 additions and 0 deletions

View 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;