#22 inventory: Add an inventory file that launches a docker container
Merged by merlinm. Opened by stefw.
stefw/standard-test-roles standard-inventory-docker  into  master

Download 22.patch

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?

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.

Metadata