Skip to content

matteomorlack/vagrant-devbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DevBox

Vagrantfile and relevant configuration to deploy on virtualbox a working *nix machine to use as a dev environment. Comes configured with:

  • docker
  • python
  • pyenv
  • pyenv virtualenv
  • pipx under global interpreter of pyenv
  • poetry under pipx

Provisioning can be executed via shell scripts or via ansible, to run with ansible execute use flag --provision-with ansible_local

Bringing the machine up

Execute:

vagrant up
# alternative:
# vagrant up --provision-with ansible_local

Connect:

vagrant ssh

Network

Tweak inside the Vagrantfile the desidered configurations for "private_network" (does not require forwarded ports) or "forwarded_port" (if using with localhost forwarding from guest).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages