--- # timezone timezone: 'Europe/Rome' default_locale_lang: "en_US.UTF-8" default_deb_locale_messages: "C.UTF-8" default_el_locale_messages: "en_US.UTF-8" locales_list: - { name: '{{ default_locale_lang }}' } - { name: 'en_US.UTF-8' } - { name: 'en_US' } - { name: 'it_IT.UTF-8' } - { name: 'it_IT' } # # Define the following variables to manage additional disks and mount points additional_disks: False disks_and_mountpoints_list: [] # - { mountpoint: '/data', device: 'xvda3', fstype: 'xfs', opts: 'noatime', state: 'mounted', create_filesystem: True } # tmpreaper tmpreaper_install: False tmpreaper_protect_extra: '' tmpreaper_dirs: '/tmp/.' tmpreaper_extra_dirs: '' tmpreaper_delay: '256' tmpreaper_additional_options: '' tmpreaper_time: '7d' # 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' trusted_ca_el_anchors_path: '/etc/pki/ca-trust/source/anchors' # it shoudn't be needed trusted_ca_letsencrypt_install: False trusted_ca_letsencrypt_ca_files: - { ca: 'isrg-root-x2-cross-signed.pem', name: 'isrg-root-x2-cross-signed' } - { ca: 'isrg-root-x2.pem', name: 'isrg-root-x2-not-cross' } - { ca: 'isrgrootx1.pem', name: 'isrg-root-x1' } - { ca: 'lets-encrypt-e1.pem', name: 'lets-encrypt-e1' } - { ca: 'lets-encrypt-r3-cross-signed.pem', name: 'lets-encrypt-r3-cross-signed' } - { ca: 'lets-encrypt-r3.pem', name: 'lets-encrypt-r3-not-cross' } - { ca: 'lets-encrypt-x3-cross-signed.pem', name: 'lets-encrypt-x3-cross-signed' } - { ca: 'letsencryptauthorityx3.pem', name: 'lets-encrypt-x3-not-cross' } - { ca: 'trustid-x3-root.pem', name: 'trustid-x3-root' } trusted_ca_additional_ca_files: [] # - { can_url: 'https://example.com/foo-ca.pem', ca: 'foo-ca.pem', name: 'foo-ca' }