Skip to content

Commit

Permalink
clarify what can be tested with Vagrant
Browse files Browse the repository at this point in the history
addresses #76
  • Loading branch information
tkimnguyen authored Mar 16, 2019
1 parent 9fba0a3 commit 884fe80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/vagrant.rst
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 884fe80

Please sign in to comment.