This ansible role will install Docker Engine on an Ubuntu operating systems.
This role can be linked as a submodule inside other ansible projects.
To add this project as a submodule, inside you project roles directory use the following command :
git submodule add git@github.com:RickBioInf/docker-ansible.git
Now check if the submodule files are downloaded, newer version of git will do this automactiacally, if not use the following command :
git submodule update --init --recursive