/vagrant-and-ansible

Personal experiments in ansible and vagrant

Primary LanguageShellMIT LicenseMIT

Ansible and vagrant experiments

Personal experiments in ansible and vagrant.

Prerequisites

WSL (Windows Subsystem for Linux)

I'm running my experiments on WSL v2. For that there's some extra points to watch out for:

How to run

cd chapter2
vagrant up

Other notes

Test if ansible can reach a host with ping:

ansible -i inventory example -m ping -u filipe --ask-pass

Other docs