Ansible in WSL
21 Dec 2017Yet again another step to a better direction.
sudo apt-get -y install python-pip python-dev libffi-dev libssl-dev
pip install ansible
echo 'PATH=$HOME/.local/bin:$PATH' >> ~/.bashrc
Soon I will try to use Vagrant with Windows being the host of the VMs
AB