This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
format correctly defaults yaml file for nginx role
python3
Edoardo Putti
7 years ago
parent
7520cea3f4
commit
f5a3d32c18
1 changed files
with
7 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
#
Write
Preview
Loading…
Cancel
Save