--- local_mail_aliases: root: "root john.doe@{{ testsite_domain }}" smtp_relay_host: mail.{{ testsite_domain }} smtp_relay_truststore: "{{ lookup('file', inventory_dir + '/tls/ca.pem') }}" default_https_tls_key: "{{ lookup('file', inventory_dir + '/tls/web.' + testsite_domain + '_https.key') }}" default_https_tls_certificate: "{{ lookup('file', inventory_dir + '/tls/web.' + testsite_domain + '_https.pem') }}" web_default_title: "Welcome to Example Inc." web_default_message: "You are attempting to access the web server using a wrong name or an IP address. Please check your URL." db_root_password: "root" website_mail_recipients: "john.doe@example.com" environment_indicator: background_colour: "purple" text_colour: "white" text: "Majic Ansible Roles Test Site" proxy_headers: Accept-Encoding: '"gzip"'