A sample ansible play with Vagrant tests
Makefile
is intests
directory. Docd tests
to usemake
commands
- To run tests against a vagrant machine, run
make test
- To ssh into the vagrant machine, run
make ssh
- To cleanup everything related to tests, run
make clean