Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Created December 26, 2014 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfarcic/6480dbf35840d0248e08 to your computer and use it in GitHub Desktop.
Save vfarcic/6480dbf35840d0248e08 to your computer and use it in GitHub Desktop.
- name: Docker is present
apt: name=docker.io state=present
tags: [docker]
- name: Python-pip is present
apt: name=python-pip state=present
tags: [docker]
- name: Docker-py is present
pip: name=docker-py version=0.4.0 state=present
tags: [docker]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment