Vagrant & Ansible Template for Lab
Virtual machine for different hypervisor with vagrant
- Download and install VirtualBox.
- Download and install Vagrant.
- [Mac/Linux ] Install Ansible.
- [windows wit wsl ] Install Ansible.
TBD
Enable WSL https://msdn.microsoft.com/en-us/commandline/wsl/install-win10
Install Vagrant on wsl
https://www.vagrantup.com/docs/other/wsl.html
Windows Access export VAGRANT_WSL_ENABLE_WINDOWS_ACCESS="1"
add thi step
Install Vagrant and check if you can run the windows native VirtualBox cli tool. sudo apt-get install Vagrant export PATH=$PATH:"/mnt/c/Program Files/Oracle/VirtualBox" VBoxManage.exe
Since vagrant requires the executable to be called VBoxManage, I've linked it at /usr/bin sudo ln -s "/mnt/c/Program Files/Oracle/VirtualBox/VBoxManage.exe" /usr/bin/VBoxManage VBoxManage