Creates a docker container with the matching ansible inventory to easilly test ansible.
Ansible and Docker installed on localhost.
In order to build and setup the container, first, place your a public key in the directory as id_rsa.pub then run:
docker-compose up -d
Run:
ansible virtualmachines -m ping -i inventory.yaml