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' }
|
|
|
|
|
2021-07-01 17:14:16 +02:00
|
|
|
domain_name: '{{ ansible_domain }}'
|
2020-10-29 18:29:49 +01:00
|
|
|
#
|
2021-02-16 16:10:13 +01:00
|
|
|
# Define the following variables to manage additional disks and mount points, even static nfs ones
|
2020-10-29 18:29:49 +01:00
|
|
|
additional_disks: False
|
|
|
|
disks_and_mountpoints_list: []
|
|
|
|
# - { mountpoint: '/data', device: 'xvda3', fstype: 'xfs', opts: 'noatime', state: 'mounted', create_filesystem: True }
|
|
|
|
|
2021-07-01 17:14:16 +02:00
|
|
|
idmap_verbosity: 0
|
|
|
|
idmap_conf_options:
|
|
|
|
- { section: 'General', option: 'Domain', value: '{{ domain_name }}', state: 'present' }
|
|
|
|
- { section: 'General', option: 'Verbosity', value: '{{ idmap_verbosity }}', state: 'present' }
|
|
|
|
|
2021-02-16 16:10:13 +01:00
|
|
|
# autofs mount points
|
|
|
|
autofs_client_mountpoint: False
|
2021-06-23 15:40:25 +02:00
|
|
|
autofs_conf_options:
|
|
|
|
- { section: 'autofs', option: 'master_map_name', value: '/etc/auto.master', state: 'present' }
|
|
|
|
- { section: 'autofs', option: 'timeout', value: '300', state: 'present' }
|
|
|
|
- { section: 'autofs', option: 'negative_timeout', value: '60', state: 'present' }
|
|
|
|
- { section: 'autofs', option: 'mount_nfs_default_protocol', value: '4', state: 'present' }
|
|
|
|
- { section: 'autofs', option: 'logging', value: 'none', state: 'present' }
|
|
|
|
- { section: 'amd', option: 'dismount_interval', value: '300', state: 'present' }
|
|
|
|
|
2021-02-16 16:10:13 +01:00
|
|
|
autofs_packages_deb:
|
|
|
|
- autofs
|
|
|
|
|
|
|
|
autofs_packages_el:
|
|
|
|
- autofs
|
|
|
|
|
|
|
|
# path: without the initial /
|
|
|
|
autofs_maps: []
|
2021-02-16 16:23:23 +01:00
|
|
|
# - { map_name: 'data', mountpoint_prefix: '/', path: 'data', nfs_server: 'nfs.example.com', remote_export: '/export' }
|
2021-02-16 16:10:13 +01:00
|
|
|
|
2020-10-29 18:21:13 +01:00
|
|
|
# tmpreaper
|
|
|
|
tmpreaper_install: False
|
|
|
|
tmpreaper_protect_extra: ''
|
|
|
|
tmpreaper_dirs: '/tmp/.'
|
2020-12-07 15:56:58 +01:00
|
|
|
tmpreaper_extra_dirs: ''
|
2020-10-29 18:21:13 +01:00
|
|
|
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'
|
2020-12-08 19:21:00 +01:00
|
|
|
|
|
|
|
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.pem', name: 'lets-encrypt-r3-not-cross' }
|
|
|
|
- { ca: 'letsencryptauthorityx3.pem', name: 'lets-encrypt-x3-not-cross' }
|
|
|
|
|
2021-09-28 15:30:05 +02:00
|
|
|
expired_ca_letsencrypt_ca_files:
|
|
|
|
- lets-encrypt-r3-cross-signed.pem
|
|
|
|
- lets-encrypt-x3-cross-signed.pem
|
|
|
|
|
2020-12-08 19:21:00 +01:00
|
|
|
trusted_ca_additional_ca_files: []
|
|
|
|
# - { can_url: 'https://example.com/foo-ca.pem', ca: 'foo-ca.pem', name: 'foo-ca' }
|