build the container image with
docker build -t ansible:0.0.1 .
run ansible ping command against hosts defined in an inventory file, noting that
- the keys file needs to contain id_rsa file with appropriate permissions
- a known_hosts file needs to be present in the keys folder