Files
@ c2f446ec7e2a
Branch filter:
Location: majic-ansible-roles/roles/common/defaults/main.yml - annotation
c2f446ec7e2a
880 B
text/x-yaml
MAR-158: Update default TLS ciphers configuration in the mail_server role:
- Updated the default value for parameter mail_server_tls_ciphers.
- Updated tests, making them explicitly test for enabled and disabled
ciphers.
- Refactored tests for TLS to use nmap ssl-enum-ciphers script for
listing available TLS versions and ciphers.
- Install nmap as part of preparation step.
- Updated role reference documentation.
- Updated the default value for parameter mail_server_tls_ciphers.
- Updated tests, making them explicitly test for enabled and disabled
ciphers.
- Refactored tests for TLS to use nmap ssl-enum-ciphers script for
listing available TLS versions and ciphers.
- Install nmap as part of preparation step.
- Updated role reference documentation.
626eadba53b7 626eadba53b7 6b8b1d4c9061 b7a248e3c287 626eadba53b7 76ed37089b33 61e6cfb81789 fe6cdb2443c7 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 4b964a31bd96 4b964a31bd96 4b964a31bd96 76588ecee3af acf20df0b628 acf20df0b628 acf20df0b628 acf20df0b628 acf20df0b628 acf20df0b628 180d7b99f777 acf20df0b628 acf20df0b628 acf20df0b628 acf20df0b628 acf20df0b628 acf20df0b628 5bc6b7fb4cb5 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 f4e9cd36dad4 5bc6b7fb4cb5 | ---
enable_backup: false
common_packages: []
os_users: []
os_groups: []
ca_certificates: {}
incoming_connection_limit: 3/second
incoming_connection_limit_burst: 9
prompt_colour: none
prompt_id: null
extra_backup_patterns:
- "/root"
- "/home"
pip_check_requirements:
- click==7.1.2
- pip-tools==5.1.2
- pip==20.1
- setuptools==44.1.0
- six==1.14.0
- wheel==0.34.2
pip_check_requirements_py3:
- click==7.1.2
- pip-tools==5.1.2
- pip==20.1
- setuptools==46.1.3
- six==1.14.0
- wheel==0.34.2
ntp_servers: []
# Internal use only.
prompt_colour_mapping:
black: "0;30"
red: "0;31"
green: "0;32"
brown: "0;33"
blue: "0;34"
purple: "0;35"
cyan: "0;36"
light_gray: "0;37"
dark_gray: "1;30"
light_red: "1;31"
light_green: "1;32"
yellow: "1;33"
light_blue: "1;34"
light_purple: "1;35"
light_cyan: "1;36"
white: "1;37"
none: "0"
|