mirror of
https://github.com/DO1JLR/ansible_role_nginx.git
synced 2024-08-16 16:19:48 +02:00
30 lines
1,019 B
YAML
30 lines
1,019 B
YAML
---
|
|
# enable version check for this role? (true is recomended)
|
|
submodules_versioncheck: false
|
|
nginx__packages:
|
|
- 'nginx'
|
|
|
|
|
|
# Length of DH parameters
|
|
nginx__dhparam_size: 2048
|
|
|
|
|
|
# Configuration of virtual hosts
|
|
nginx_sites: {}
|
|
|
|
#nginx_sites:
|
|
# - name: 'example.org'
|
|
# altnames: Optional, for acmetool
|
|
# - '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
|
|
|
|
|
|
# Optionally disable acme support within this role
|
|
nginx__disable_acmetool: false
|