diff --git a/docs/vagrant.rst b/docs/vagrant.rst index 814a256..fde2432 100644 --- a/docs/vagrant.rst +++ b/docs/vagrant.rst @@ -1,7 +1,7 @@ -Testing with Vagrant --------------------- +Testing the Playbook with Vagrant +--------------------------------- -This is really easy. Vagrant includes an Ansible provisioner and will run the playbook when you first run ``vagrant up`` and again when you run ``vagrant provision``. +Instead of testing your playbook by applying it on your target deployment machine, you can test your playbook locally using Vagrant. Vagrant includes an Ansible provisioner and will run the playbook when you first run ``vagrant up`` and again when you run ``vagrant provision``. While Vagrant knows about Ansible, and the playbook specification is in your VagrantFile, you still must have Ansible itself available.