Browse Source

specify the server fqdn default for nginx role

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

+ 1
- 0
roles/nginx/defaults/main.yml View File

@ -4,3 +4,4 @@
config_name: null
# max body size in Mb
max_body_size: 8
server_fqdn: "{{ ansible_host }}.lilik.it"

Loading…
Cancel
Save