Go to file
Jeff Geerling a07cf0bd2e Add a LICENSE file for MIT license. [ci skip] 2017-03-31 11:23:23 -05:00
defaults Fixes #1: Add Docker Compose. 2017-02-25 08:48:30 -06:00
handlers Initial commit. 2017-02-23 22:08:18 -06:00
meta Initial commit. 2017-02-23 22:08:18 -06:00
tasks Fixes #1: Add Docker Compose. 2017-02-25 08:48:30 -06:00
templates Get installation working on CentOS, add Debian 8 test. 2017-02-23 22:21:00 -06:00
tests Initial commit. 2017-02-23 22:08:18 -06:00
.travis.yml Check if Docker is running inside Docker. Dockerception. 2017-02-23 22:25:06 -06:00
LICENSE Add a LICENSE file for MIT license. [ci skip] 2017-03-31 11:23:23 -05:00
README.md Initial commit. 2017-02-23 22:08:18 -06:00

README.md

Ansible Role: Docker

Build Status

An Ansible Role that installs Docker on Debian/Ubuntu.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

TODO.

TODO.

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - geerlingguy.docker

License

MIT / BSD

Author Information

This role was created in 2017 by Jeff Geerling, author of Ansible for DevOps.