Skip to content

Instantly share code, notes, and snippets.

@wolfeidau
Created May 22, 2014 09:03
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 wolfeidau/14e53724c20ec3415fcb to your computer and use it in GitHub Desktop.
Save wolfeidau/14e53724c20ec3415fcb to your computer and use it in GitHub Desktop.
From zero to Docker with ansible
- name: Install pycurl
hosts: all
gather_facts: no
tasks:
- name: Install pycurl
apt: pkg=python-pycurl update_cache=yes cache_valid_time=600
- name: Install Docker on Server
hosts: all
roles:
- angstwad.docker_ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment