We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ead2b7 commit f79e6d0Copy full SHA for f79e6d0
tasks/conf/upload-config.yml
@@ -68,6 +68,8 @@
68
copy:
69
src: "{{ item }}"
70
dest: "{{ nginx_ssl_crt_upload_dest }}"
71
+ mode: 0640
72
+ decrypt: yes
73
backup: yes
74
with_fileglob: "{{ nginx_ssl_crt_upload_src }}"
75
when: nginx_ssl_upload_enable
@@ -76,6 +78,8 @@
76
78
77
79
80
dest: "{{ nginx_ssl_key_upload_dest }}"
81
82
83
84
with_fileglob: "{{ nginx_ssl_key_upload_src }}"
85
tasks/plus/setup-license.yml
@@ -8,6 +8,7 @@
8
9
10
dest: /etc/ssl/nginx
11
12
with_items:
13
- "{{ nginx_license.certificate }}"
14
- "{{ nginx_license.key }}"
0 commit comments