xcdr / ansible-docker

Ansible role for Docker CE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ansible role for Docker

This is a simple Ansible role for installing Docker via ansible-galaxy.

The role should work on all Debian based distributions.

Installation

Add this to your requirements.yml:

- src: https://github.com/xcdr/ansible-docker
  name: xcdr.docker

Example playbook

---

- hosts: myhost
  roles: xcdr.docker

License

MIT

About

Ansible role for Docker CE

License:MIT License