2020-11-02 04:51:35 +01:00
|
|
|
---
|
2021-02-04 14:43:54 +01:00
|
|
|
# enable version check for this role? (true is recomended)
|
|
|
|
submodules_versioncheck: false
|
2021-02-27 00:46:37 +01:00
|
|
|
nginx__packages:
|
|
|
|
- 'nginx'
|
2020-11-02 04:51:35 +01:00
|
|
|
|
|
|
|
|
2021-02-27 00:46:37 +01:00
|
|
|
# Length of DH parameters
|
|
|
|
nginx__dhparam_size: 2048
|
2020-11-02 04:51:35 +01:00
|
|
|
|
2020-12-24 19:52:31 +01:00
|
|
|
|
2021-02-27 00:46:37 +01:00
|
|
|
# Configuration of virtual hosts
|
|
|
|
nginx_sites: {}
|
2021-02-04 13:43:08 +01:00
|
|
|
|
2021-02-27 00:46:37 +01:00
|
|
|
#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
|
2021-02-04 16:01:30 +01:00
|
|
|
|
|
|
|
|
2021-02-27 00:46:37 +01:00
|
|
|
# Optionally disable acme support within this role
|
|
|
|
nginx__disable_acmetool: false
|