File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 12
12
nginx_install_source_pcre : false
13
13
nginx_install_source_openssl : true
14
14
nginx_install_source_zlib : false
15
-
16
- nginx_main_upload_enable : true
17
- nginx_main_upload_src : files/nginx.conf
18
- nginx_http_upload_enable : true
19
- nginx_http_upload_src : files/http/*.conf
Original file line number Diff line number Diff line change 343
343
chdir : " /tmp/{{ nginx_version }}"
344
344
target : install
345
345
346
- - name : " (Install: Linux) Install NGINX: Create html directory"
347
- file :
348
- path : /usr/share/nginx/html
349
- state : directory
350
-
351
- - name : " (Install: Linux) Install NGINX: Copy index.html"
352
- copy :
353
- src : www/index.html
354
- owner : root
355
- group : root
356
- mode : ' 0644'
357
- dest : /usr/share/nginx/html/index.html
358
-
359
346
- name : " (Install: Linux) Upload systemd NGINX service file"
360
347
copy :
361
348
src : services/nginx.systemd
You can’t perform that action at this time.
0 commit comments