/ansible-docker

Install Docker on CentOS and Red Hat hosts. Used to enable the use of Ansible's Docker module.

Docker Installation - Ansible Role

Install Docker on CentOS and Red Hat hosts. Used to make sure that docker is installed and running to enable the use of Ansible's docker module

Installation

Add this repository as a submodule of your git with:

git submodule add git@github.com:Vinelab/ansible-docker roles/docker

Or simply clone this repository directly into your roles directory:

git clone git@github.com:Vinelab/ansible-docker roles/docker

Usage

- hosts: all
- roles:
    - docker

Tags

All tasks have the tag docker