Personal experiments in ansible and vagrant.
- Install Ansible
- Install Vagrant
- Install Virtualbox
I'm running my experiments on WSL v2. For that there's some extra points to watch out for:
- Fix connection refused error on WSL v2;
- Run
source setup-vagrant-wsl.sh
;
cd chapter2
vagrant up
Test if ansible can reach a host with ping
:
ansible -i inventory example -m ping -u filipe --ask-pass