Skip to content

hvisage/ansible-role-docker

 
 

Repository files navigation

marklee77.docker

Role to install Docker on various distributions, particularly Ubuntu, Debian, Fedora and CentOS. Debian distributions use the docker.io repository, while RedHat distributions use standard repositories.

This playbook is implemented using a common set of tasks customized by os-specific variables. This means that if there are multiple systems with different operating systems, docker will be installed in parallel rather than sequentially (as would be the case if using include: ... when: ...).

Example Playbook

- hosts: all
  roles:
    - docker

License

GPLv2

Author Information

http://stillwell.me

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%