Skip to content

christophergregory/vagrant-ansible-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant / Ansible / Node.js

Dependencies

First, download and install Vagrant.

After installation, ensure vagrant is installed using

vagrant -v

I am also using the vagrant-hostsupdater and vagrant-vbguest plugins

vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-hostsupdater

Then, install Ansible using pip:

pip install ansible

Vagrant Up

Clone this repo into your directory of choice, navigate to the directory containing the Vagrantfile and run the vagrant up command:

vagrant up

That's it! Vagrant will automatically setup a new virtual machine and ansible will provision it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published