This is the Docker image that is used by Origoss Solutions. Besides Ansible,
it contains the requests
and google-auth
modules.
docker run --rm origoss/ansible:latest --version
docker build -t origoss/ansible:latest -t origoss/ansible:2.7.5 .
docker push origoss/ansible