Skip to content

Add docker container to run ansible and use Pipfile to install it locally

Gabriel Mazetto requested to merge brodock/dockerize into master

Pipfile gives us similar behavior to ruby bundler, allowing to create a virtualenv with only the neede libraries, and installing always the same version, so if it breaks to someone its reproducible.

A Dockerfile is also introduced to help execute it inside a container, for those who wish.

Edited by Gabriel Mazetto

Merge request reports