spurin / masteringansible

Repository for course content for Packt Mastering Ansible Course
109 stars 258 forks source link

install docker-py with pip module in playbook #2

Closed minnjm closed 3 years ago

minnjm commented 6 years ago

docker-py needs to be installed in docker-server. Instead of remote installation, this demonstrates an alternative approach, i.e. using pip module in the Ansible playbook.

spurin commented 6 years ago

Thanks @minnjm,

Great suggestion, will use this when we do our next update to the course. Keeping the merge request open for now.

spurin commented 3 years ago

I've updated the Docker lab in the new version of the course, to use Docker in Docker, which resolves this :-)