Files @ c063f27000b9
Branch filter:

Location: majic-ansible-roles/roles/common/defaults/main.yml

branko
MAR-175: Mail server should be opportunistic in using TLS when delivering mail to remove servers:

- Previously the mail server would only deliver mails over plaintext.
- Deploy a simple SMTP server on both client1/client2
machines. Servers are set-up to require/refuse the STARTTLS over
SMTP.
- Added tests for checking if STARTTLS is used when available for mail
delivery.
- Fixed the wrong configurtion (making sure the TLS security level is
properly set for Postfix).
---

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.3.1
  - pip==20.2.4
  - setuptools==44.1.1
  - six==1.15.0
  - wheel==0.35.1
pip_check_requirements_py3:
  - click==7.1.2
  - pip-tools==5.3.1
  - pip==20.2.4
  - setuptools==50.3.2
  - six==1.15.0
  - wheel==0.35.1
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"