Skip to content

fxleblanc/ansible-role-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible docker role

Simple ansible role to install the docker engine

Installation

Include this in your requirements.yml file

- src: https://github.com/fxleblanc/ansible-role-docker
  name: docker

Usage

Specify the docker role in your playbook

- hosts: all
  become: true
  roles:
    - docker

Testing

Clone the repository

git clone https://github.com/fxleblanc/ansible-role-docker

Launch the vagrant vm

vagrant up

About

Ansible role for docker

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors