1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_role_nginx.git synced 2024-08-16 16:19:48 +02:00
ansible_role_nginx/defaults/main.yml

30 lines
909 B
YAML
Raw Normal View History

2020-11-02 04:51:35 +01:00
---
nginx_sites: {}
#nginx_sites:
# - name: 'example.org'
# altnames:
# - 'www.example.org'
# - 'ftp.example.org'
# robots: 'robots_allow_all.txt' Optional, unimplemented
# htaccess: 'htpasswd.example.org' Optional, unimplemented
# webroot: Optional, for use with 'webhost' role
# path Optional, for use with 'webhost' role
# user Optional, for use with 'webhost' role
# group Optional, for use with 'webhost' role
# mode Optional, for use with 'webhost' role
2020-11-02 04:51:35 +01:00
2021-02-04 14:35:47 +01:00
nginx__snippet_path: 'files/nginx/snippets/'
nginx__snippet_files:
2020-11-02 04:51:35 +01:00
- 'acmetool.snippet.conf'
- 'tls_parameters.snippet.conf'
2020-11-02 04:51:35 +01:00
#default_robots_file: 'robots_disallow_all.txt'
2021-02-04 13:43:08 +01:00
nginx__dhparam_size: 4096
nxinx__state: 'present'