--- dependencies: - role: php_website admin: admin fqdn: phpinfo.{{ testsite_domain }} php_rewrite_urls: - ^(.*) /index.php uid: 2000 https_tls_key: "{{ inventory_dir }}/tls/phpinfo.{{ testsite_domain }}_https.key" https_tls_certificate: "{{ inventory_dir }}/tls/phpinfo.{{ testsite_domain }}_https.pem" - role: database db_name: phpinfo_{{ testsite_domain_underscores }} db_password: phpinfo_{{ testsite_domain_underscores }}