2020-05-21 13:05:50 +02:00
|
|
|
---
|
2020-05-22 16:45:58 +02:00
|
|
|
# timezone
|
|
|
|
timezone: 'Europe/Rome'
|
2020-05-22 19:26:37 +02:00
|
|
|
default_locale_lang: "en_US.UTF-8"
|
2020-07-30 18:30:45 +02:00
|
|
|
default_deb_locale_messages: "C.UTF-8"
|
|
|
|
default_el_locale_messages: "en_US.UTF-8"
|
2020-05-22 16:45:58 +02:00
|
|
|
locales_list:
|
2020-05-22 19:27:40 +02:00
|
|
|
- { name: '{{ default_locale_lang }}' }
|
2020-05-22 19:26:37 +02:00
|
|
|
- { name: 'en_US.UTF-8' }
|
2020-05-22 16:45:58 +02:00
|
|
|
- { name: 'en_US' }
|
|
|
|
- { name: 'it_IT.UTF-8' }
|
|
|
|
- { name: 'it_IT' }
|
|
|
|
|
2020-10-29 18:21:13 +01:00
|
|
|
# tmpreaper
|
|
|
|
tmpreaper_install: False
|
|
|
|
tmpreaper_protect_extra: ''
|
|
|
|
tmpreaper_dirs: '/tmp/.'
|
|
|
|
tmpreaper_delay: '256'
|
|
|
|
tmpreaper_additional_options: ''
|
|
|
|
tmpreaper_time: '7d'
|
|
|
|
|
|
|
|
#
|
2020-05-22 16:45:58 +02:00
|
|
|
enable_env_proxy: False
|
|
|
|
env_proxy_http_host: 'localhost'
|
|
|
|
env_proxy_http_port: '3128'
|
|
|
|
env_proxy_http_protocol: 'http'
|
|
|
|
env_proxy_https_protocol: '{{ env_proxy_http_protocol }}'
|
|
|
|
env_proxy_http_url: '{{ env_proxy_http_protocol }}://{{ env_proxy_http_host }}:{{ env_proxy_http_port }}'
|
|
|
|
env_proxy_https_url: '{{ env_proxy_http_url }}'
|
|
|
|
env_proxy_protocols:
|
|
|
|
- 'http_proxy'
|
|
|
|
- 'https_proxy'
|
|
|
|
- 'ftp_proxy'
|
|
|
|
- 'HTTP_PROXY'
|
|
|
|
- 'HTTPS_PROXY'
|
|
|
|
- 'FTP_PROXY'
|
|
|
|
env_proxy_use_authentication: False
|
|
|
|
env_proxy_username: ''
|
|
|
|
env_proxy_password: ''
|
|
|
|
no_proxy_targets:
|
|
|
|
- '::1'
|
|
|
|
- '127.0.0.1'
|
|
|
|
- 'localhost'
|