1 #####################################
2 ### someone's ansible provisioner ###
3 #####################################
4 # Part of: https://git.somenet.org/root/pub/somesible.git
5 # 2017-2024 by someone <someone@somenet.org>
7 # If not overridden in inventory or as a parameter, this is the value that will be used
10 # if note defined elsewhere -> fail
13 vhost_aliases_nocert: ""
15 vhost_https_force_letsencrypt: False
20 # The multilayer is a var include hack.
22 vhost_custom_pre_server: ""
25 # leave unchanged to only use vhost_custom
28 # vhost_type: redirect
29 # if note defined elsewhere -> fail
30 #vhost_redirect_target_without_protocol: ""
31 vhost_redirect_code: "301"
33 # vhost_type: proxypass
34 # if note defined elsewhere -> fail
35 #vhost_proxypass_target: ""
37 # vhost_type: php || static
39 vhost_git_version: "master"
44 # IPs that ignore $maintenance
45 vhost_maintenance_ips: []
47 # config dotfile protection.
48 vhost_dotfile_protection: True
50 # fix permissions recursively. Can cause some issues with overlayfs duplicating files for no good reason. Therefore allow it to be disabled.
54 vhost_awstats_ignore_monitoring_ips: ""
55 vhost_awstats_valid_http_codes: "200 304"