From 018f5c256d6cd305b0cf3a1ba3a41a32ecb7c714 Mon Sep 17 00:00:00 2001 From: Harold Date: Mon, 24 Jun 2019 15:09:43 -0600 Subject: [PATCH] [docs] Update drupal console remote sites --- docs/extras/drupal-console.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/extras/drupal-console.md b/docs/extras/drupal-console.md index f45815e22..a671c829f 100644 --- a/docs/extras/drupal-console.md +++ b/docs/extras/drupal-console.md @@ -27,14 +27,19 @@ To run commands on your host computer but execute them on the VM, add a new site dev: root: /var/www/drupalvm/drupal host: 192.168.88.88 - user: vagrant password: vagrant + type: ssh + extra-options: '-o PasswordAuthentication=no -i ~/.vagrant.d/insecure_private_key' ``` Execute from host machine using the `--target` option. drupal --target=drupalvm.test site:status +or + + drupal @drupalvm.test site:status + For more details, see [Drupal Console's documentation](https://docs.drupalconsole.com/en/alias/how-to-use-drupal-console-in-a-remote-installation.html) For a list of available role variables, see the [`geerlingguy.drupal-console` Ansible role's README](https://github.com/geerlingguy/ansible-role-drupal-console#readme).