Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 212 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 212 Bytes

frab-vagrant

Deployment of frab via Ansible and Vagrant

Simply run:

$ vagrant up

To reprovision a running VM, run:

$ vagrant provision

To run Serverspec tests, run:

$ rake spec