Files @ c063f27000b9
Branch filter:

Location: majic-ansible-roles/roles/php_website/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).
---

additional_nginx_config: {}
deny_files_regex: []
index: index.php
packages: []
php_file_regex: \.php$
php_rewrite_urls: []
rewrites: []
additional_fpm_config: {}
website_mail_recipients: "root"
environment_indicator: null

# Internal parameters.
admin: "admin-{{ fqdn | replace('.', '_') }}"
user: "web-{{ fqdn | replace('.', '_') }}"
home: "/var/www/{{ fqdn }}"
php_fpm_pool_directory: "/etc/php/7.0/fpm/pool.d"
php_fpm_binary: "php-fpm7.0"
php_fpm_service_name: "php7.0-fpm"