Browse Source

format correctly defaults yaml file for nginx role

python3
Edoardo Putti 7 years ago
parent
commit
f5a3d32c18
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      roles/nginx/defaults/main.yml

+ 7
- 7
roles/nginx/defaults/main.yml View File

@ -1,11 +1,11 @@
---
is_proxy: false
php: false
config_name: null
# max body size in Mb
max_body_size: 8
server_fqdn: "{{ ansible_hostname }}.lilik.it"
proxy_location_path: ''
is_proxy: false
php: false
config_name: null
# max body size in Mb
max_body_size: 8
server_fqdn: "{{ ansible_hostname }}.lilik.it"
proxy_location_path: ''
# Same example usages:
#


Loading…
Cancel
Save