{{ docroot }}drush @{{ vagrant_machine_name }}.{{ servername }}| Hostname | Document Root | {% if configure_drush_aliases -%}Drush alias* | {%- endif %}
|---|---|---|
| *Note: If Ansible isn't installed on your host, Drush aliases are only created inside the VM. | ||
| There are no development tools installed inside the VM. | |
| Adminer | {{ servername() }} Open Documentation |
|---|---|
| MailHog | {{ servername() }} Open Documentation |
| PimpMyLog | {{ servername() }} Open Documentation |
| Solr | {{ servername() }} Open Documentation |
| XHProf | {{ servername() }} Open Documentation |
| PHP Version | {{ php_version }} |
|---|---|
| Webserver | {{ drupalvm_webserver|capitalize }} |
| Memory limit | {{ php_memory_limit }} |
| PHP-FPM enabled | {{ 'yes' if php_enable_php_fpm else 'no' }} |
| View more details in the server's phpinfo() report. | |
| MySQL Hostname | 127.0.0.1 |
|---|---|
| MySQL Port | {{ mysql_port }} |
| MySQL Username | {{ mysql_root_username }} |
| MySQL Password | {{ mysql_root_password }} |
| SSH Hostname | {{ vagrant_ip }} |
| SSH Username | {{ vagrant_user }} |
| SSH Private Key | ~/.vagrant.d/insecure_private_key |
| {{ database.name }} |
| {{ database.name }} |
| Username | Password |
|---|---|
{{ user.name }} |
{{ user.password }} |
Drupal VM is a VM for local Drupal development, built with Vagrant + Ansible.