Skip to content

Vinelab/ansible-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published