diff --git a/workstation.yml b/workstation.yml
index ada53e4001b00983be2874fc8e55996562a20795..911c83e236966615d67169f32196159b4794b736 100644
--- a/workstation.yml
+++ b/workstation.yml
@@ -24,6 +24,7 @@
     - docker.io
     - ufw
     - libdvdcss2
+    - vagrant
     apt:
       name: '{{ item }}'
       state: present
@@ -97,3 +98,12 @@
       mode: 0o0644
     notify:
     - Systemd daemon reload
+
+  - name: Install Vagrant plugins
+    become: False
+    with_items:
+    - landrush
+    - vagrant-vbguest
+    - vagrant-gatling-rsync
+    command: 'vagrant plugin install {{ item }}'
+    changed_when: False