This is one that pulls a docker container from a registry, and launches it. We have to install python2 and friends for Ansible to work inside the container.
Uses ansible_connection=docker
Should this also install standard-test-roles?
standard-test-roles
Since this is brand new, I'm going to go ahead and merge it. Please raise a new PR if standard-test-roles should also be installed in the launched container per my comment.
Pull-Request has been merged by merlinm
@merlinm I don't think that standard-test-roles need to be installed on the containers. Ansible handles necessary transfer of python code to the container target.
Thanks for merging.
This is one that pulls a docker container from a registry, and
launches it. We have to install python2 and friends for Ansible
to work inside the container.
Uses ansible_connection=docker