Skip to content

Windows box(iis, mssql server, .net 4.7) built with vagrant and ansible

License

Notifications You must be signed in to change notification settings

derom/ansible-vagrant-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running on windows

$ sudo apt-get update
$ sudo apt-get install python-pip git libffi-dev libssl-dev -y
$ pip install ansible 'pywinrm[credssp]'
$ wget https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_x86_64.deb
$ sudo dpkg -i vagrant_2.0.0_x86_64.deb
$ export VAGRANT_WSL_ENABLE_WINDOWS_ACCESS="1"
  • Add to ~/.bashrc
export VAGRANT_WSL_ENABLE_WINDOWS_ACCESS="1"
  • Add path to vboxmanage.exe to windows PATH
  • Then start the vm
$ vagrant up

About

Windows box(iis, mssql server, .net 4.7) built with vagrant and ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published