ini_set('error_reporting',E_ALL);
ini_set('display_errors', 1);
whoami:
image: jwilder/whoami
environment:
- VIRTUAL_HOST=whoami.local
ssl_conf_command Ciphersuites TLS_AES_256_GCM_SHA384;
ssl_conf_command CipherString ECDHE-RSA-AES256-GCM-SHA384;
ssl_ciphers 'TLS_AES_256_GCM_SHA384:ECDHE-RSA-AES256-GCM-SHA384';
Hostname={{ inventory_hostname }}
{{ ansible_hostname }}
.