Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 382 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 382 Bytes

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