Skip to content

vivienschilis/devpunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create an inventory file that matches your vagrant settings

$ echo "vagrant ansible_ssh_user=vagrant \
 ansible_ssh_private_key_file=~/.vagrant.d/insecure_private_key \
 ansible_ssh_host=192.168.33.10 \
 ansible_ssh_port=22" > inventory

Provision your machine

$ ansible-playbook -i inventory dev.yml

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors