Easy to understand, very laconic and nice timbre of the voice. Thank you, good sir.
@christianlempa10 ай бұрын
Thanks!
@guilhermerodriguesdesousa57813 жыл бұрын
Its more effective if you add the variables as follows: export VAGRANT_WSL_ENABLE_WINDOWS_ACCESS=1 export PATH=$PATH:/mnt/c/Windows/System32 export PATH="$PATH:/mnt/c/ProgramData/Microsoft/Windows/Hyper-V" export VAGRANT_DEFAULT_PROVIDER=hyperv
@christianlempa3 жыл бұрын
Thanks for sharing!
@silasschmidt78524 жыл бұрын
Geil, darauf habe ich gewartet. Danke dafür. :) Tolles Video und wie immer eine tolle Erklärung. Weiter so!
@christianlempa4 жыл бұрын
Danke! :)
@christianlempa4 жыл бұрын
Do you want to learn more about the fundamentals of Ansible and Vagrant? Ansible tutorial: kzbin.info/www/bejne/q4OUkJuifd2pnsU Vagrant tutorial: kzbin.info/www/bejne/qaOcoYimiKaYrqc
@gotbletu4 жыл бұрын
lols i digg the 'itprofessional' chilling up there
@olugbengaajayi5124 Жыл бұрын
Hey, thanks for the good job. I would like to see more on vagrant. Using vagrant as your lab for testing ansible simulation and stuffs like that.
@JethroYSCao3 жыл бұрын
Nice video, and your channel is great overall too.
@christianlempa3 жыл бұрын
Thank you buddy!
@bcm15 Жыл бұрын
I really need some help, I've searched all over internet and haven't foun a clue: When i do vagrant up my it stops at SSH authentification. it simply doesn't want to work from there. Any solution?
@jefferyasamani468510 ай бұрын
how about provisioning centos 07 server??
@ErisBeatsmusic4 жыл бұрын
This is best example I understood so far. Keep it up.
@christianlempa4 жыл бұрын
Awesome, thank you!
@tanuj053 жыл бұрын
I am getting the below error, any idea how to fix this ? /opt/vagrant/embedded/gems/2.2.18/gems/vagrant-2.2.18/lib/vagrant/util/subprocess.rb:160:in `rescue in execute': Permission denied - /mnt/c/Windows/system32/powershell
@sirius4k3 жыл бұрын
I added the Vagrant env variables to .bashrc, I have Vagrant installed on Windows host, but I still get the cmd.exe error. I sourced the .bashrc file and then logged off and back in, but still no luck. Ideas?
@skitoxe44824 жыл бұрын
Why not run both vagrant and ansible on a linux host with kvm as the hypervisor? Feels sort of contrived to run it in WSL no ?
@christianlempa4 жыл бұрын
Why not?
@sanchitghule73434 жыл бұрын
Hi Which keybord you are using?
@alexlerner83274 жыл бұрын
Christian, I have watched your Vagrant and Ansible separate videos, and I have watched this one. What is Kitchen? How does it fit into Vagrant/Ansible ecostructure? Someone had installed Gitlab private repository on my laptop using vvagrant/ansible/kitchen and I was trying to "map" various files I am seeing against your videos. I understand now that I could have installed Gitlab using Ansible playbook directly. But I guess Kitchen "recipes" make it easier? THey are pre-packaged? THanks
@christianlempa4 жыл бұрын
I haven't heard of it and haven't used it so far, to be honest 😁
@hawolex23412 жыл бұрын
Is it posible to do this Vagrant to a remote server? Like when i sit on my linux laptop and have a Win server in the rack? Time for a new video? ;)
@christianlempa2 жыл бұрын
As far as I understand Vagrant is used for local workstations. I recently made a video about Terraform, that’s maybe what you’re looking for :)
@juliancowell84853 жыл бұрын
AMD processors are capable of nested virtualizations. Is this a limitation of Windows? I use a 1950x with multiple nested virtualizations.
@christianlempa3 жыл бұрын
Unfortuantely, yes. I think M$ said they're adding this in a newer version of Windows 10 and probably 11 as well.
@cdromuser1 Жыл бұрын
I'm running nested virtyalization on windows 10 with Ryzen 5600H no problem
@alfathmuqoddas6986 Жыл бұрын
so freaking cool!
@ahmadpoorgholam89642 жыл бұрын
You are a great guy
@christianlempa2 жыл бұрын
Thank you! 😀
@RaFaeLSanTaNaperfil4 жыл бұрын
Hi guys, I'm having problems when I run "Vagrant up", the following error appears: An error occurred while executing a PowerShell script. This error is shown below. Please read the error message and see if this is a configuration error with your system. If it is not, then please report a bug. Script: check_hyperv_access.ps1 Error: Get-ACL : Falha do método com código de erro inesperado 1. No \\wsl$\Ubuntu-20.04\opt\vagrant\embedded\gems\2.2.14\gems\vagrant-2.2.14\plugins\providers\hyperv\scripts\utils\Vagr antVM\VagrantVM.psm1:731 caractere:12 + $acl = Get-ACL -Path $Path + ~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Get-Acl], InvalidOperationException + FullyQualifiedErrorId : System.InvalidOperationException,Microsoft.PowerShell.Commands.GetAclCommand