Skip to content

Ansible role for installing Docker Engine according to official Docker instructions.

Notifications You must be signed in to change notification settings

fdcastel/ansible-role-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ansible-role-docker

Ansible role for installing Docker Engine according to official Docker instructions.

For Debian/Ubuntu only.

Usage

Install

On your project root, run:

# Creates requirements.yml
cat > requirements.yml <<EOF
- name: requires-docker
  src: https://github.com/fdcastel/ansible-role-docker
EOF

# Install it
ansible-galaxy install -r requirements.yml

Example playbook

- name: Requires Docker Engine on all hosts
  hosts: all
  roles:
    - role: requires-docker

Uninstall

ansible-galaxy role remove requires-docker

Requirements

None.

Role variables

None.

Dependencies

None.

About

Ansible role for installing Docker Engine according to official Docker instructions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published