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
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
- hosts: all
- roles:
- docker
All tasks have the tag docker