fix playbook ssl

This commit is contained in:
reqwizz 2024-11-04 21:21:53 +03:00
parent 91445e4c60
commit 03ebc12ac3

View File

@ -175,11 +175,13 @@
openssl_certificate: openssl_certificate:
path: /etc/nginx/ssl/vlad4.crt path: /etc/nginx/ssl/vlad4.crt
privatekey_path: /etc/nginx/ssl/vlad4.key privatekey_path: /etc/nginx/ssl/vlad4.key
common_name: "vlad4" selfsigned_digest: SHA256
owner: root owner: root
group: root group: root
mode: '0600' mode: '0600'
provider: selfsigned provider: selfsigned
selfsigned_not_before: 'now'
selfsigned_not_after: '+365d'
- name: Configure Nginx as HTTPS proxy - name: Configure Nginx as HTTPS proxy
copy: copy: