charliemaiors / docker

Role to install docker CE on Major distributions

Home Page:https://galaxy.ansible.com/charliemaiors/docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker

Build Status

This role installs docker-ce on the host machine.

Requirements

The only requirement is the presence of python on the target machine.

Role Variables

This role use only docker_start boolean variable for systemd enabled services (the default is true).

Dependencies

No dependencies

Example Playbook

The role could be used as normal role:

- hosts: servers
  roles:
     - { role: docker }

License

BSD

About

Role to install docker CE on Major distributions

https://galaxy.ansible.com/charliemaiors/docker


Languages

Language:Python 100.0%