Skip to content

Code and scripts created while working through the book "Ansible for DevOps" by Jeff Geerling

Notifications You must be signed in to change notification settings

sambrolia/AnsibleForDevOps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

AnsibleForDevOps

Code and scripts created while working through the book "Ansible for DevOps" by Jeff Geerling

Set up

Install Vagrant and virtualbox on windows
Install Vagrant (same version as windows) in wsl
Install ansible in wsl

Add following to ~/.bashrc in wsl:
Note - "/c" for me is usually "/mnt/c"

export VAGRANT_WSL_ENABLE_WINDOWS_ACCESS="1"
export PATH=$PATH:/c/Windows/System32
export PATH="$PATH:/c/Program Files/Oracle/VirtualBox"

About

Code and scripts created while working through the book "Ansible for DevOps" by Jeff Geerling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published